-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Compat + Firestore Insufficient Permissions #3163
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
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
I am having this exact same issue |
@gragundier same issue here. Did you find solution for it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version info
Angular: 13.2.3
Firebase: 9.6.6
AngularFire: 7.2.1
Other (e.g. Ionic/Cordova, Node, browser, operating system):
Arch Linux
Firefox
[email protected]
How to reproduce these conditions
Steps to set up and reproduce
start a new app
etc.
create a component like so
with html like so
rules set to
(I know that's a very very bad setup but it's only for my emulator and I'm desperate)
Sample data and security rules
collection: items
items with document w/ name: hi
Debug output
Errors in the JavaScript console
FirebaseError: Missing or insufficient permissions.
Output from
firebase.database().enableLogging(true);
n/a
Screenshots
n/a
Expected behavior
Requests found in emulator webpage. "Hi" on the webpage.
I am having trouble accessing the firestore database from my angular app very reminiscent of this issue. I've tried creating an entirely new project and am getting same error with both compatibility and modular versions. I opened the firestore emulator and no requests are being made. I've been trying to debug this issue on my own for a couple of weeks now and am now fairly certain this is a bug of some sort.
Blank webpage and a thrown error in JS console saying FIrebase Error: Insufficient Permissions
The text was updated successfully, but these errors were encountered: