Skip to content

Instantly share code, notes, and snippets.

@DevKhalyd
Last active August 29, 2020 18:13
Show Gist options
  • Save DevKhalyd/9a261e6f507bee09102972f5846db4bc to your computer and use it in GitHub Desktop.
Save DevKhalyd/9a261e6f507bee09102972f5846db4bc to your computer and use it in GitHub Desktop.
Summary Cloud Firestore
Cloud Firestore:
Store in:
Collections and Documents
(insisde Documents could be: Data or more collecions. NO Documents)
Set a ubication: https://firebase.google.com/docs/firestore/locations
Set rules: https://firebase.google.com/docs/firestore/security/rules-structure
The data accepted by the Cloud Firestore is like a class:
Values:
-Null
-Boolean
-Integer, Float
-DateTime
-Strings
-Bytes
-Cloud Firestore's references
-Geographic points
-Arrays
-Maps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment