Reactjs – Firebase query returns random user data instead of filtered user data
Im trying to fetch data from 'users' collection from data, where the name of user matches/partially matches the searchQuery. My user document has only 3 fields now, 1.name 2.email 3.uid. Im working with firebase for the first time. Help is…