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

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/"

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?

Firebase Database Trigger - How To Wait For Calls

I am having trouble making asynchronous operations in firebase database functions. I have tried the… Read more Firebase Database Trigger - How To Wait For Calls

Cannot Use Node 8 For Firebase Functions

I want to use Node 8 for Firebase Functions. I have added the 'engines': { 'node': … Read more Cannot Use Node 8 For Firebase Functions

Having A Promise Issue With My Google Cloud Function

I have an http trigger in cloud functions that is working, however I am getting some logs come back… Read more Having A Promise Issue With My Google Cloud Function