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.
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-adminIm 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-adminI 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-adminI recently started getting the error below when trying to deploy to Firebase (after having done so successfully in the …
firebase firebase-adminHow 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-adminI'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-adminIs there a way to list all the users using the firebase admin sdk? Documentation only shows getting one user …
firebase firebase-authentication firebase-adminI'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-adminI 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-adminSo, 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