question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing or Insufficient permissions in ngx-auth-firebaseui when try to register

See original GitHub issue

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request

OS and Version?

Versions

Repro steps

The log given by the failure

Desired functionality

Mention any other details that might be useful

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
FlashTimecommented, May 8, 2019

you are right

I figured it out. I needed to put allow read, write: if true instead of allow read, write: if false in my security rules. Thanks.

image

1reaction
SaidMavlyancommented, Mar 30, 2020

ngx-auth-firebaseui has a config field enableFirestoreSync which is set true by default. Setting that field to false in configs, removed mentioned error in my project.

Firebase Authentication works perfectly well without storing user data in Firestore. Because I was seeing Firestore’s user collection was filled with user data, I assumed wrongly that Firebase Authentication works that way, which is not the case, all was happening because of the mentioned config option.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix Firestore Error: PERMISSION_DENIED - Medium
PERMISSION_DENIED : Missing or insufficient permissions. This message is the same for all platforms, Android, iOS, and web.
Read more >
AngularFire Missing or insufficient permissions on login, works ...
I have a very standard Angular 12 application where a user logs in with Firestore and can then perform CRUD operations over their...
Read more >
How to solve Missing or insufficient permission error in Firebase
Uncaught (in promise) FIrebaseError: Missing or insufficient permission issue in firebase is happen due to time out issue.
Read more >
Fix Error Missing or Insufficient Permissions - YouTube
Unhandled Exception: PlatformException Error 7, FIRFirestoreErrorDomain, Missing or insufficient permissions.Solution:To solve this you need ...
Read more >
firebase error (auth/admin-restricted-operation) - You.com
Admin Authentication API Errors | Firebase​​ The credential used to initialize the Admin SDK has insufficient permission to access the requested. Refer to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found