Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PERMISSION_DENIED #3

Open
quvp861205 opened this issue Jan 7, 2021 · 1 comment
Open

PERMISSION_DENIED #3

quvp861205 opened this issue Jan 7, 2021 · 1 comment

Comments

@quvp861205
Copy link

quvp861205 commented Jan 7, 2021

Puse las siguientes reglas en el realtime database de firebase:

{
  "rules": {

     ".read": "auth.uid!=null",
      ".write": "auth.uid!=null"
  }

}

Pero cuando ejecuto la app me marca lo siguiente:

[Firestore]: Write failed at users/fAiJaADMXhWArCAl7kCtSKlWqKs1: Status{code=PERMISSION_DENIED, description=Missing or insufficient permissions., cause=null}

Ya he intentado muchas cosas y ninguna me ha funcionado, nose que pueda ser.

@victorcode1
Copy link

".read": "true",
".write": "true"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants