Skip to content

How to get double on firestore #493

Closed Answered by mobizt
k3vg3n asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mobizt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants