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

I can't send the messages #20

Open
ReaperBUL opened this issue Mar 21, 2021 · 3 comments
Open

I can't send the messages #20

ReaperBUL opened this issue Mar 21, 2021 · 3 comments

Comments

@ReaperBUL
Copy link

No description provided.

@JB-Dev
Copy link

JB-Dev commented Apr 25, 2021

Just replace the rules in your firestore with

service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write;
    }
  }
}

@bharathmsd7
Copy link

Change the Firestore rules to

allow read, write: if true;

@darrylleung
Copy link

This change is absolutely necessary in the Firestore Rules tab. Not sure if this is something well known among Firebase users, but for new learners this information is not obvious.

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

4 participants