Skip to content

Include firestore default permissions #1

Open
@alexvdvalk

Description

@alexvdvalk

The user needs access to read / write the firestore users collection.. I think this is missing from the docs.

    match /users/{userId} {
      allow read: if request.auth != null && request.auth.uid == userId;
      allow write: if request.auth != null && request.auth.uid == userId;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions