how to check if Field exist in document in firestore database?
If you want to know anything at all about the contents of a document, you have to read it and examine its fields. There is no special operation for checking fields without reading the document.