React native – FirebaseError: Missing or insufficient permissions in application but it works in simulation
Below are my Firestore rules. I have a "users" collection where the document ID is the user's UID in the authentication. I want only admins to access some users data or the user itself. service cloud.firestore { match /databases/{database}/documents {…