1) Retrieve the current registration token
Read moreCan you use firestore With React Native?
import firestore from ‘@react-native-firebase/firestore’; const usersCollection = firestore(). collection(‘Users’); The collection method returns a CollectionReference class, which provides properties and methods to query and fetch the data from Cloud Firestore.
Read moreHow do I display Firebase data in React Native?
How to Get Data From Firebase in React Native
Read moreHow do I use Firebase storage React Native?
Uploading Photos to Firebase Storage in React Native
Read more