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.

Firebase Admin Nodejs cannot find module service_account.json

I start my node with "node firebasedb.js". My firebasedb.js contains this code: var admin = require("firebase-admin"); var serviceAccount = …

node.js firebase service firebase-admin
How to force logout firebase auth user from app remotely

I have a project which uses firebase auth with firebaseUI to authenticate users. I have enabled Google, Facebook and email …

firebase firebase-authentication firebase-admin
Verifying firebase custom token to get token ID fails when using jsonwebtoken

On the backend a custom token is generated via firebase's admin SDK thusly: router.use('/get-token', (req, res) => { …

node.js firebase jwt firebase-admin
Upload File to Firebase Storage using Admin SDK

According to the Docs, I have to pass the filename to the function in order to upload a file. // Uploads …

node.js firebase express google-cloud-storage firebase-admin
Firebase messaging/mismatched-credential

I'm trying to send notifications to a specific device with Firebase but am getting the following error: {"r": {"results":[{"error":{"…

firebase push-notification firebase-cloud-messaging firebase-admin
The Cloud Functions emulator requires the module "firebase-admin" to be installed

Continuing to try to get firebase serve to work again. I just asked this question (and got a good reply, …

firebase google-cloud-functions firebase-admin
nodejs firebase error RangeError: Maximum call stack size exceeded failure

I have an error from the firebase : FIREBASE WARNING: Exception was thrown by user callback. RangeError: Maximum call stack size …

node.js express firebase-realtime-database firebase-admin
How can I update more than 500 docs in Firestore using Batch?

I'm trying to update a field timestamp with the Firestore admin timestamp in a collection with more than 500 docs. const …

firebase google-cloud-firestore firebase-admin
Firestore moving to timestamps in Firebase functions

Yesterday, all my firebase functions started throwing the following warning: The behavior for Date objects stored in Firestore is going …

firebase timestamp google-cloud-firestore google-cloud-functions firebase-admin
Firebase Admin SDK for Android, methods not found

I'm building an Android app backed by a Firebase app, and I would like to be able to create an …

android firebase firebase-admin