Firebase Realtime Database is a cloud hosted, NoSQL, JSON database that provides offline caching and synchronization.
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-securityI have parent with many children like this: Parent:{ "childe1":"data", "childe2":"data", "childe3":"data", "childe4":"data", "childe5":"data" } How …
javascript firebase firebase-realtime-database angularfire2I am trying to create groups of some selected users on firebase. But firebase creates group of all users available …
android firebase-realtime-database groupchatI 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-securityI 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-securityHi i'm new to angular and firebase and i've been struggling with a simple code since this morning, i've searched …
angular typescript firebase firebase-realtime-database angularfireI am just trying out Firebase on android for my project. the problem I got is that every time I …
java android json firebase-realtime-database pojoI am trying to add features "Hosting" into a Firebase project file which has already installed Functions. So I want …
firebase firebase-realtime-database google-cloud-functions firebase-cliI'm writing an extension to bridge the dictionary values between FirebaseDatabase and Eureka. private extension Dictionary { func firebaseFriendlyDictionary() -> […
ios swift firebase firebase-realtime-database eureka-formsI'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