Top "Firebase-realtime-database" questions

Firebase Realtime Database is a cloud hosted, NoSQL, JSON database that provides offline caching and synchronization.

How to Retrieve a List object from the firebase in android

I am having trouble retrieving a List from the Firebase. I have no trouble storing it, but as soon as …

android arraylist firebase firebase-realtime-database
How do I get the server timestamp in Cloud Functions for Firebase?

I know you can pull the server timestamp in web, ios, and android - but what about the new Cloud …

node.js firebase firebase-realtime-database google-cloud-functions firebase-admin
Find out if childEventListener on Firebase has completed loading all data

I'm using Firebase Realtime Database for storing and retrieving data for my Android application. In my activity I retrieve all …

android firebase firebase-realtime-database
Is there any UI Console where I can query the Firebase Database?

Is there any UI Console where I can query the Firebase Database?? Basically I wish to query the data just …

firebase firebase-realtime-database firebase-console
Client doesn't have permission to access the desired data in Firebase

I have a page that is calling addCheckin() method which is inside a controller. In the controller, I am trying …

angularjs firebase firebase-realtime-database firebase-authentication angularfire
Firebase & GraphQL

Does anyone have any experience with GraphQL and Firebase? I figure one would place the firebase calls in the resolver …

firebase firebase-realtime-database graphql graphql-js
Firebase Data Desc Sorting in Android

I am storing data in Firebase storage. Object Comment with attribute timestamp. When I push data from device to Firebase …

android firebase sorting firebase-realtime-database
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
Delete firebase data older than 2 hours

I would like to delete data that is older than two hours. Currently, on the client-side, I loop through all …

javascript angularjs firebase firebase-realtime-database
Setting arrays in Firebase using Firebase console

I am using Firebase console for preparing data for a demo app. One of the data item is attendees. Attendees …

arrays firebase firebase-realtime-database firebase-console