Firestore
https://firebase.google.com/docs/firestore/quickstart
https://medium.com/get-it-working/get-googles-firestore-working-with-react-c78f198d2364
https://firebase.google.com/docs/firestore/security/get-started
allow read, write: if request.auth.uid != null;
https://firebase.google.com/docs/firestore/security/rules-conditions
https://firebase.google.com/docs/firestore/security/rules-query
Last updated