Firestore Security Rules allow specific field only [duplicate]
问题 This question already has answers here : How to allow only particular fields of a firestore document to be accessed publicly (1 answer) Can I restrict certain fields in firestore database to be only fetched by firebase admin? (2 answers) Closed 6 months ago . I am trying to implement security rule to limit users to access only specific fields inside a document. My data structure goes like this: document { name: John, dob: 1994, email: john@hotmail.com } I want to limit the name field to read,