Top "Firebase-realtime-database" questions

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

Restricting child/field access with security rules

I'm writing an app that allows users to submit nominations which are moderated before being displayed to other users. This …

firebase firebase-realtime-database
How to use Firebase List adapter

I'm trying to follow with this tutorial: https://www.youtube.com/watch?v=2J6spwAVP0M but implementing it on …

android firebase listadapter firebase-realtime-database firebaseui
Firebase login failed

I'm having troubles trying to migrate to new firebase console. I'm doing exactly what is on this link: https://firebase.…

firebase firebase-realtime-database firebase-security
How to bypass the Firebase cache to refresh data (in Android app)?

On an Android application which must works offline most of the time I need, when it's online, to do some …

android firebase firebase-realtime-database
Firebase Token Authentication error

I am using firebase storage to upload files , but when I upload I am getting this error E/StorageUtil: error …

android firebase firebase-realtime-database firebase-storage
Google Firebase Error(Function returned undefined, expected Promise or value)

I'm developing Server with Firebase. I had copied Google Developer's Video on Youtube. It works well, but on log there …

javascript node.js firebase firebase-realtime-database google-cloud-functions
How do I access my Firebase Database via HTTP REST API?

Thanks to this answer I am able to connect to Firebase 3 via HTTP REST API and an email/password. Logging …

firebase firebase-realtime-database firebase-authentication access-token refresh-token
Firebase : Read-only & non-realtime mode activated to improve browser performance

Read-only & non-realtime mode activated to improve browser performance Message pops up in my project and I'm unable to delete …

firebase firebase-realtime-database firebase-console
Chrome 69 doesn't support Firebase SDK

Yesterday everything worked perfectly, this morning I noticed chrome is introducing a new interface, afterwards I checked the chrome version, …

firebase google-chrome firebase-realtime-database browser-support
How to get userID by user Email Firebase android?

Given a email address, is it possbile to get userID of a person? For example, If I have a variable …

android firebase firebase-realtime-database firebase-authentication userid