Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Cloud Functions

Firebase Functions - Admin.messaging().sendtotopic Executes But Never Makes It To The `then` Block

For some reason the then block of an admin function doesn't seem to be executing - I don't … Read more Firebase Functions - Admin.messaging().sendtotopic Executes But Never Makes It To The `then` Block

How To Query The Existing Children Of A Sibling Node And Loop Over Them To Detect If It Exists?

I am trying to update (adding) new children on a firebase database. On this scenario I am updating … Read more How To Query The Existing Children Of A Sibling Node And Loop Over Them To Detect If It Exists?

Cloud Functions Cant Not Get Token From Realtime Database

im trying to send message from function but its always got 'Registration token(s) provided to s… Read more Cloud Functions Cant Not Get Token From Realtime Database

I Want To Get The Average My Firebase Data

I want to average the related values ​​when the data in the FireBase is updated. I am using Firebas… Read more I Want To Get The Average My Firebase Data

How To Update A Node Without Overwriting All The Child Nodes With Google Cloud Function Using A Update Object?

I am updating 'Rooms/{pushId}/ins' with a Google Cloud function that gets new In data from … Read more How To Update A Node Without Overwriting All The Child Nodes With Google Cloud Function Using A Update Object?

Why Does Returning Snapshot.val() In A Promise When Using Promise.all Not Work?

I'm writing a Firebase Cloud Function and I'm trying to figure out how Promise.all works. I… Read more Why Does Returning Snapshot.val() In A Promise When Using Promise.all Not Work?

Firebase Function Doesnt Update, Function Returned Undefined

Im trying with this firebase function to update the author. exports.updateCourseName = functions.f… Read more Firebase Function Doesnt Update, Function Returned Undefined

Detailed Stack Trace: Error: Cannot Find Module "users/myhuser/downloads/myfolder/my.json/"

I am trying to push firebase functions with node.js and terminal. When I push and check my logs in … Read more Detailed Stack Trace: Error: Cannot Find Module "users/myhuser/downloads/myfolder/my.json/"