This question already has an answer here:
I am creating RN app with react-native-firebase
, using Firebase Realtime Database as my DB. It is like tinder app and I want to apply a couple of filters while fetching users from the backend (for example I want to fetch users with defined age thresholds, distance from me, etc.).
How can I make a couple of filtering with react-native-firebase
? Also how can I get request users only with defined destination from me?