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 email saying my realtime database has insecure rules

I recently received an email from firebase telling me that my realtime database has insecure rules. These are the rules …

firebase firebase-realtime-database firebase-authentication firebase-security
In Cloud Firestore rules - How do I check if a key is null

In Cloud Firestore Rules - I have a document called task and I want to see if some data (assignee …

firebase firebase-security google-cloud-firestore
Firestore Security Rules - How can I check that a field is/isn't being modified?

For the life of me, I cannot understand why the following is resulting in a false for allowing writes. Assume …

firebase firebase-security google-cloud-firestore
Firebase permission-denied

I'm a newbie in firebase. How do I get through this below rule? service cloud.firestore { match /databases/{database}/documents { …

android firebase firebase-realtime-database kotlin firebase-security
Is a Firebase UID always 28 characters?

I am creating security rules for my Firebase project and wanted to add UIDstring.length == 28 to my database rules. All …

javascript firebase firebase-realtime-database firebase-authentication firebase-security
Authenticated user does not have permission to access data stored in Firebase

I have an authenticated user, which is given authentication through using FirebaseSimpleLogin. This user has the token: 'user':{ email: "myemail@…

firebase firebase-security firebasesimplelogin
Salt/Hash for Firebase Simple Login?

Firebase offers 'Simple Login' in which email/password is used for authentication. Does anyone know if firebase salts and hashes …

hash firebase salt firebase-security firebasesimplelogin
How to Redirect with UI Router When Session Expires in Firebase

I'm using Angular with Firebase and UI Router. I'm using anonymous authentication. When a session expires, I would like the …

angularjs angular-ui-router firebase angularfire firebase-security
Authentication for firebase hosting

I have a static app hosted on Firebase hosting whose backend is also on Firebase(communicating using firebase JS api). …

firebase firebase-realtime-database firebase-authentication firebase-hosting firebase-security
firestore security rule request.auth.uid is not working

Firestore security rules do not work. Help me. Document data of users/userid could not be read. ----------Security Rule------------ service …

firebase vue.js firebase-authentication firebase-security google-cloud-firestore