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

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

Cloud Functions For Firebase: Functions.pubsub.topic('testtopic').onpublish Not Called

I've copied this code snippet from the official documentation of cloud functions: exports.hello… Read more Cloud Functions For Firebase: Functions.pubsub.topic('testtopic').onpublish Not Called

Firebase Firestore Transaction Error: Cannot Modify A Writebatch That Has Been Committed

I am deploying on cloud functions, and getting this error Error: Cannot modify a WriteBatch that ha… Read more Firebase Firestore Transaction Error: Cannot Modify A Writebatch That Has Been Committed

How To Push New Data Into Firebase Realtime Database Using Cloud Functions?

How can I use a Cloud function to change realtime data in my firebase database every-time the funct… Read more How To Push New Data Into Firebase Realtime Database Using Cloud Functions?

Firestore Cloud Function Trying To Use A Batch To Group Writes And Missing Return Promise

I am triggering this function in my cloud code. Before I added the returns and the batch lines, eve… Read more Firestore Cloud Function Trying To Use A Batch To Group Writes And Missing Return Promise

Firebase Functions, Admin.database().ref(...).get() Is Not A Function

I am working on an Android Application and am using firebase as the back end for it. I am trying to… Read more Firebase Functions, Admin.database().ref(...).get() Is Not A Function

How Do You Made Google Cloud Functions Only Worked When Pinged From Certain Urls?

I made a Google Cloud function, but it returns data even when I type in the URL in an incognito win… Read more How Do You Made Google Cloud Functions Only Worked When Pinged From Certain Urls?

Why Can't I Use `allauthenticatedusers` For My Firebase Cloud Function?

When deploying Firebase Functions using the Firebase CLI, they are configured so that the Cloud Fun… Read more Why Can't I Use `allauthenticatedusers` For My Firebase Cloud Function?