-
How to get double on firestore? |
Beta Was this translation helpful? Give feedback.
Answered by
mobizt
Mar 16, 2023
Replies: 1 comment
-
Firestore stores data in document which has the flexible structure that supports or contains many types of data. You can't get a specific value unless (JSON) document which contains data. Read the google Firestore documentation if you don't know what is Firestore and what is it design for. Try the examples when you want to try and test the Firestore and adapt it based on your needs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mobizt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Firestore stores data in document which has the flexible structure that supports or contains many types of data.
You can't get a specific value unless (JSON) document which contains data.
Read the google Firestore documentation if you don't know what is Firestore and what is it design for.
Try the examples when you want to try and test the Firestore and adapt it based on your needs.