Top "Firebase-security" questions

The Firebase Security API uses a flexible authentication system and an expression-based rules language to provide a very flexible security model.

Firebase Permission Denied

I'm relatively new to coding and am having trouble. I have this code to send data to firebase app.userid = …

javascript firebase firebase-realtime-database firebase-security
Missing or insufficient permissions when writing to Firestore using field in access rules

I am getting an error when attempting to write to Firestore. I am attempting to use a field containing the …

firebase firebase-security google-cloud-firestore
When I refresh my website I get a 404. This is with Angular2 and firebase

When I refresh my website I get a 404. This is with Angular2, typescript and firebase. I've deployed to firebaseapp with …

typescript firebase angular firebase-security firebase-hosting
Making firebase storage public for reading and writing on android

I am new to firebase storage. Can anyone tell me how to make the storage files public for reading and …

android firebase firebase-realtime-database firebase-authentication firebase-security
How do I use Firebase Simple Login with email & password

Firebase Simple login provides an email/password option, how do I use it? Starting from from creating a user, storing …

firebase firebase-security
Firebase: How to keep an Android user logged in?

I'm using Firebase SimpleLogin to enable Email / Password authentication. Creation of users and subsequent login is all working fine. However, …

android firebase firebase-security
Is there any way to do email confirmation for Firebase user creation and/or password reset?

Question says it all. In Firebase, how do I confirm email when a user creates an account, or, for that …

firebase firebase-security
Firebase login failed

I'm having troubles trying to migrate to new firebase console. I'm doing exactly what is on this link: https://firebase.…

firebase firebase-realtime-database firebase-security
how do I implement role based access control in firebase

This is my first foray into Firebase & nosql, I come from a SQL background. Using Simple Login Security Email/…

firebase firebase-security