Setup
Setup React binding for firebase firestore.
Install
If you haven't, install the firebase JS client.
Install @react-firebase/firestore
Change PROJECT_NAME
to your project name and grab your firebase config here :
https://console.firebase.google.com/project/PROJECT_NAME/settings/general/
Your config file should look something like this :
Last updated