Firebase – Index Structure and Index Search in Firestore
I have just read the documentation for Firestore indexing and now I have the following questions to make sure that I understood the concept correctly : Assume that I have the following data structure: { "user_collection": { "user1_document":{ "name": "Joe",…