Top "Firebase" questions

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

Firebase Java Server to send push notification to all devices

I am trying to send a Push notification to my android device with the new Firebase service. I registered and …

java android firebase server
firebase.firestore() is not a function when trying to initialize Cloud Firestore

When I try to initialize Firebase Cloud Firestore, I ran into the following error: Uncaught TypeError: WEBPACK_IMPORTED_MODULE_0_firebase.…

javascript firebase google-cloud-firestore
How do I structure Cloud Functions for Firebase to deploy multiple functions from multiple files?

I would like to create multiple Cloud Functions for Firebase and deploy them all at the same time from one …

javascript firebase google-cloud-platform google-cloud-functions
How do I link each user to their data in Firebase?

I plan to create a main tree named users which will include the name different users used as username. So, …

javascript firebase firebase-authentication data-retrieval
How to hide an item from Recycler View on a particular condition?

I am using Firebase Recycler Adapter (Firebase UI Library) to populate Recycler View. I want to hide an item(row) …

android firebase android-recyclerview firebase-realtime-database firebaseui
Cloud Functions for Firebase - Billing account not configured

I just implemented the new Cloud Functions for Firebase, but there something in the log that bothers me: Billing account …

node.js firebase google-cloud-functions
Sending Push via Postman using Firebase Messaging

I'm trying to use Postman to send a single Push Notification using Firebase Cloud Messaging service. This is a working …

curl firebase postman firebase-cloud-messaging
Google Firestore: Query on substring of a property value (text search)

I am looking to add a simple search field, would like to use something like collectionRef.where('name', 'contains', 'searchTerm') …

firebase google-cloud-firestore
Check if value exists in firebase DB

Is there a method in firebase, which can check if value exist in DB? Firebase has method .exists(), but according …

javascript firebase firebase-realtime-database
Where does one set the Oauth Redirect URI for Facebook apps?

We are being asked to set the OAuth redirect URI for Facebook (as shown below) in the instructions to set …

facebook firebase facebook-apps firebase-authentication