Let's say I have a data model with some optional properties. This could be for example a user object with a "firstname", a "lastname" and an optional "website" property.
In Cloud Firestore only user documents with a known website would have the "website" property set, for all other user documents this property would not exist.
My questions is now how to query for all user documents without a "website" property.
Thanks.
1.4m articles
1.4m replys
5 comments
57.0k users