Top "Firebase-admin" questions

The Firebase Admin SDK is a set of client libraries which enable App Developers to write more custom behavior for their apps by providing server technologies access to Firebase APIs.

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
Firestore Add value to array field

Im trying to use Firebase cloud functions to add the id of a chatroom to the users document in an …

node.js firebase google-cloud-functions google-cloud-firestore firebase-admin
NodeJS authentication with Firebase

I would like to authenticate and keep sessions via NodeJS with Firebase. Client can't directly communicate with Firebase. In short: …

node.js firebase firebase-authentication firebase-admin
FIrebase deploy error: Cannot find module 'firebase-admin'

I recently started getting the error below when trying to deploy to Firebase (after having done so successfully in the …

firebase firebase-admin
How to get all of device tokens from Firebase?

How to get device tokens (FCM registration tokens) from Firebase? I'm making mobile app using firebase and its server using …

firebase react-native firebase-cloud-messaging firebase-admin
Cloud Functions: How to copy Firestore Collection to a new document?

I'd like to make a copy of a collection in Firestore upon an event using Cloud Functions I already have …

javascript google-cloud-firestore firebase-admin
How can I list all users using firebase admin sdk

Is there a way to list all the users using the firebase admin sdk? Documentation only shows getting one user …

firebase firebase-authentication firebase-admin
Requested entity was not found when trying to send a push notification using Firebase Cloud Messaging in Firebase Cloud Functions

I'm trying to send a multicast notification via FCM from a Firebase Cloud function with the following code: const message = { …

firebase firebase-cloud-messaging firebase-admin
Get Public URL from file uploaded with firebase-admin

I use firebase-admin and firebase-functions to upload a file in Firebase Storage. I have this rules in storage: service firebase.…

firebase google-cloud-storage firebase-storage firebase-admin
How to verify users current password?

So, maybe I missed this somewhere in the docs but I couldn't find anything of the sort. I wan't my …

firebase firebase-authentication firebase-admin