Last active
August 29, 2020 18:13
-
-
Save DevKhalyd/9a261e6f507bee09102972f5846db4bc to your computer and use it in GitHub Desktop.
Summary Cloud Firestore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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