The Firebase Security API uses a flexible authentication system and an expression-based rules language to provide a very flexible security model.
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-securityI'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-securityI got an email that indicates I was developing in "test mode", but that it left my database completely open …
firebase google-cloud-firestore firebase-securityI have created a database in Firebase which looks like: Now I go into a REST client and issue this …
firebase firebase-realtime-database firebase-securityIs there a way to restrict users from registering firebase email/password accounts so that new users can't sign up? …
firebase firebase-securitySay I generated an authentication token, and to save on processing and remote calls, I've set it's expiration data some 30 …
firebase firebase-securityAs 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-securityTL;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-firebaseI 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-securityCurrently 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