Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firestore id naming convention [duplicate]

Is there any naming convention for document id in FireStore. I created some documents inside a collection with the date in "yyyy-mm-dd" as the id. When i try to get all documents inside the collection i got the snapshot size as zero. When I put a dummy doc with test as id I got only the test doc not the other docs.

My document structure

firestore structure

like image 844
suhail c Avatar asked Oct 29 '22 19:10

suhail c


1 Answers

The contraints can be seen here Quotas and Limits if you scroll down to the bottom you will find contraints on ids, paths and field names.

like image 61
Kim Avatar answered Jan 02 '23 20:01

Kim