unable to deploy changes to firebase cloud Action: "Firebase Deploy" in cmd results: i deploying functions i functions: ensuring required API cloudfunctio
I am very much new to GCP & Node JS, recently I started working on a cloud function development in Nodejs.I researched many websites to begin my development
I'm going to delete old images using the schedule function. Before deleting these images, I have created thumbnail images, and I want to delete only the origina
I am using firebase with react native . Trying to write some firebase cloud functions. For that i have used firebase init . On console it gives a success messag
I have a function deployed in GCF which is executed in node js. And it works with Cloud SQL instance of MySQL. And I receive this warning from time to time. Cl
Nothing I do here seems to work, I can't find an example anywhere that actually seems correct This: import { initializeApp } from 'firebase-admin/app'; Throws:
I´m trying to call a Google Cloud Function from my Flutter App using the cloud_functions package. This is my Cloud Function: export const helloWorld = f
I am trying to get the response of the req.body of my notifications from Google Play Services in firebase cloud functions. The notifications come through a webh
I am using vision api to extract text (document_text_detection) in my project for last two year and never faced this issue. Since yesterday the api is randomly
i can connect locally to my mongodb server with the address 0.0.0.0/0. However, when I deploy my code to the cloud I get the error deploy to google cloud functi
I'm trying to get all documents from my database collection "posts" but I'm getting an empty array instead. The strange thing is that I'm able to get all docume
I'm trying to setup firebase functions for the first time. I followed the steps in the docs, but when I run firebase init functions I run into this error: Erro
I unfortunately ran to an infinite loop of cloud function ,It's being executing since yesterday without stopping ,please don't tell me how to avoid this problem
i want send Welcome notification when user sign in using Cloud-Function with firebase auth so i m using nodejs CLI and run the code my index.js file 'use
As stated in the title, whenever I set my response header to be any status code besides the default (200), I receive a response error in my logs. This did not h
I get this error: whenever this cloud function is called: const makeAdmin = firebase.functions().httpsCallable("makeAdmin"); makeAdmin({
I imported and downloaded: firebase-functions and firebase-admin using npm i <package> but it give me a lint error like: cannot find module "firebase-func
I have this function which works fine locally on my machine with python 3.8, but it throws runtime error on Google Cloud Functions. def telegram_test(request):
I am trying to unit test my firebase callable cloud function according to the examples provided. See Firebase Example. It boils down to something like this cons
Stackdriver logs a function call for it's execution duration per each call. Is there a way to in gcloud when during deployment to disable this behavior? My con