Top "Firebase" questions

Firebase is a serverless platform for unified development of applications for mobile devices and for the web.

What is Firebase Firestore 'Reference' data type good for?

I'm just exploring the new Firebase Firestore and it contains a data type called reference. It is not clear to …

javascript firebase google-cloud-firestore
How to add collaborators to a Firebase app?

On the latest version of Firebase (Announced during Google I/O 2016), how do I add other people to my project …

firebase firebase-console
How to do a simple search in string in Firebase database?

I want to create a simple search in my app, but cannot find anything on interwebs about it, that's more …

android firebase firebase-realtime-database
Firebase Database Permission denied with read/write permissions set to true

I'm having trouble writing to my Firebase database in my simple Android app. I've set my database rules to be …

android firebase firebase-realtime-database
API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()

Using Android Studio 3.3 Canary 11 with the gradle plugin version 3.3.0-alpha11. It throws the following error when trying to sync gradle …

android firebase android-studio android-gradle-plugin fabric.io
How To Create Topic in FCM Notifications

I'm trying Firebase-Notification API the service is worked perfect when i send downstream message from console to app, but how …

android firebase google-cloud-messaging firebase-notifications
Firestore query subcollections

I thought I read that you can query subcollections with the new Firebase Firestore, but I don't see any examples. …

firebase google-cloud-firestore
How to update a single firebase firestore document

After authenticating i'm trying to lookup a user document at /users/, then i'd like to update the document with data …

firebase google-cloud-firestore
How to get all child's data in firebase database?

I have this firebase database and i need to get all phone numbers of users , which listener shall i use …

android firebase firebase-realtime-database
Firebase - What is the API Key

In Firebase, when we sign up , it gives us an API key for each firebase Url. But where is it …

firebase api-key