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.

Firestore rules for document field

I'm struggling within Firestore to set security rules for a document. With the RTDB is was possible to set rules …

firebase google-cloud-firestore firebase-security
How safe is auth !== null? Firebase

I've been using Firebase for quite some time, but I only now decided to really look into the security rules. …

database security firebase firebase-authentication firebase-security
Email: [Firebase] Client access to your Cloud Firestore database expiring in X day(s)

I got an email that indicates I was developing in "test mode", but that it left my database completely open …

firebase google-cloud-firestore firebase-security
"error": "Index not defined, add ".indexOn"

I have created a database in Firebase which looks like: Now I go into a REST client and issue this …

firebase firebase-realtime-database firebase-security
Is there a way to restrict registrations in firebase

Is there a way to restrict users from registering firebase email/password accounts so that new users can't sign up? …

firebase firebase-security
How to revoke an authentication token?

Say I generated an authentication token, and to save on processing and remote calls, I've set it's expiration data some 30 …

firebase firebase-security
Is it necessary to encrypt chat messages before storing it into firebase?

As far as I know, Firebase sends data over an HTTPS connection, so that the data is already being encrypted. …

firebase encryption firebase-realtime-database firebase-security
Firebase Authenticate Simple Login

TL;DR : Is there any way to use the auth=CREDENTIALS with the Simple Login (Email/Password) in Firebase? I …

c# firebase firebase-security firebasesimplelogin rest-firebase
How to only allow one admin user to write Firebase Database?

I am trying to set up a Firebase database that only I can write. So no user will have permission …

firebase firebase-realtime-database firebase-authentication firebase-security
FireBase - how to list user-specific data?

Currently I've been looking at FireBase, and have been using the AngularJS plugin, and have found the following problem I …

javascript angularjs firebase firebase-security