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

Asynchronous Firebase Query To Response

I'm trying to get all documents from a firebase collection, create a list and return it on requ… Read more Asynchronous Firebase Query To Response

Firebase Function Onwrite Not Being Called

I'm trying to implement a trigger using Firebase Functions, that duplicates some data in the da… Read more Firebase Function Onwrite Not Being Called

Cloud Functions For Firebase Timeout

Simple cloud function to get database data is not working. getusermessage() is not working Error: … Read more Cloud Functions For Firebase Timeout

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?

Firestore Query With Subcollection

Is this a limitation to Firebase or am I doing this all wrong? Everything works until I add the db.… Read more Firestore Query With Subcollection

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?

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

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 func… Read more Cloud Functions For Firebase - Write To Database When A New User Created

Firebase Cloud Functions Check Db For Non-existant Data

I'm looking for how to check if a documents exists in my cloud functions My functions belows wo… Read more Firebase Cloud Functions Check Db For Non-existant Data

Cloud Functions For Firebase - Send Fcm Message To Multiple Tokens

I have to send a message to many token when a node is created in my realtime database. I use that&#… Read more Cloud Functions For Firebase - Send Fcm Message To Multiple Tokens

Google Cloud Function - Why Bucket Always Returns Empty Array Of Files?

I'm trying to reach files stored on my Firebase Storage to return a list of them to my APK. I m… Read more Google Cloud Function - Why Bucket Always Returns Empty Array Of Files?

Write To Firebase Database From Cloud Function Triggered By Pubsub

I'm trying to use a daily trigger to alter information in my Firebase database. I have a number… Read more Write To Firebase Database From Cloud Function Triggered By Pubsub

Pub Sub Cloud Function - Async Await

Trying to accomplish the following via a scheduled Firebase Function: Fetch Firestore Collection D… Read more Pub Sub Cloud Function - Async Await

How To Update Or Set Property Of Firestore Document After .oncreate Cloud Function Trigger

I'm currently trying to integrate Stripe with my Firebase's Cloud Firestore db through usin… Read more How To Update Or Set Property Of Firestore Document After .oncreate Cloud Function Trigger

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 Cloud Function Finished With Status ''error''

I am writing my first cloud function to send a push notification when a new user signs up with my a… Read more Firebase Cloud Function Finished With Status ''error''

Nested Http Requests In Firebase Cloud Function

I'm using an HTTP-triggered Firebase cloud function to make an HTTP request. I get back an arra… Read more Nested Http Requests In Firebase Cloud Function

Firebase Functions Issue And The Difference Between .add() Vs. .doc().set()

I face the following issue since a few weeks (hasn't been an issue before): 1 .add(data) const … Read more Firebase Functions Issue And The Difference Between .add() Vs. .doc().set()

Data Returned Null After Calling Function

What am trying to do : am placing a payment-order in the payment gateway's server (using fireba… Read more Data Returned Null After Calling Function

Handle Users’ Online And Offline Status In Firebase

I want to handle the online and offline status in my webapp. So that users can see who is online an… Read more Handle Users’ Online And Offline Status In Firebase