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 to authenticate an user in firebase-admin in nodejs?

At the moment I am creating a Firebase API on nodejs. I would like to handle all Firebase stuff (like …

node.js authentication firebase-admin
Cloud Storage for Firebase access error "admin.storage(...).ref is not a function"

I am working with Cloud Storage for Firebase and can't figure out how to to access storage files According to …

node.js firebase firebase-storage firebase-admin
Google App Engine - Node: Cannot find module 'firebase-admin'

First time deploying a GAE app here, I'm trying to follow this tutorial: https://firebase.googleblog.com/2016/08/sending-notifications-between-android.html (see …

node.js google-app-engine firebase firebase-admin
Generate private key firebase admin sdk

i'm very new with firebase. I need private key to accessing firebase admin sdk for my backend. Actually, my company …

firebase firebase-realtime-database firebase-admin
python firebase realtime listener

Hi there I'm new in python. I would like to implement the listener on my Firebase DB. When I change …

python firebase firebase-realtime-database firebase-admin
Getting a Cloud Firestore document reference from a documentSnapshot

The issue I'm trying to retrieve the document reference from a query. My code returns undefined. I can get the …

javascript firebase google-cloud-firestore firebase-admin
Is there a way to call a Firebase server "function" from within a client app, say with Angular 2?

So Firebase offers something called "functions", which is essentially a nodejs server that has all of the Firebase stuff preconfigured …

angular firebase google-cloud-functions firebase-admin
Cloud Functions for Firebase - write to database when a new user created

I am pretty new Cloud Functions for Firebase and the javascript language. I am trying to add a function every …

javascript firebase google-cloud-functions firebase-admin
How to authenticate a firebase user from server without client side auth?

I have an API which uses the node admin sdk to connect and call to firebase. My clients hit my …

firebase firebase-authentication firebase-admin
firebase admin SDK create user and send verification email

How can I send a verification email after I create a user with firebase admin SDK? I am trying to …

angularjs firebase firebase-authentication firebase-admin