google-cloud-functions Questions
3
Solved
Our project is using a Serverless VPC access connector to allow access to DB over private IP from cloud functions and cloud runs. It was working flawlessly for a few months, but today I tried to de...
Malediction asked 26/9, 2022 at 10:9
2
Solved
I want to test an onCall function via firebase functions:shell as an authenticated usr
I’ve tried many of the combinations of calls from https://firebase.google.com/docs/functions/local-emulator#i...
Pebbly asked 11/9, 2018 at 19:2
6
Solved
I am encountering an error when attempting to deploy a Firebase function. Despite deleting node_modules and package-lock.json, running npm install, and executing firebase deploy --only functions ma...
Pediatrics asked 9/4, 2023 at 10:10
7
Solved
when trying to firebase deploy, getting this
! Unable to fetch the CLI MOTD and remote config.
and then it stops with:
Error: An unexpected error has occurred.
Anyone an idea?
It worked before, I d...
Daria asked 9/2, 2023 at 22:26
5
I have firebase admin permission and cloud functions admin access but even then when I try to run firebase init functions command it gives me following error.
Error: HTTP Error: 403, Permission den...
Infectious asked 8/9, 2021 at 15:8
3
Would anyone know if there is a way to initialize a Firebase function (using emulator to debug locally) with an https address instead of the default http?
I'm trying to debug a Telegram bot-related...
Koopman asked 5/5, 2020 at 13:39
1
Hell everyone so im building an app and i want to implement firebase messaging, but i cant get it to work. Everything works up to great till this line of code
void getToken() async {
String? toke...
Doublethink asked 11/11, 2022 at 21:39
2
I'm deploying a Python function as a Google Cloud Function. It tests fine locally and deploys to GCP without complaint. However, when I actually execute it, it crashes with...
Error: function term...
Hawkie asked 4/4, 2020 at 18:3
6
I have succesfully deployed a 2nd generation cloud function with a storage trigger per the google tutorial.
The Cloud Function works when I run a test command in the shell. But if I try for real by...
Conjunctiva asked 4/11, 2022 at 7:39
1
I've been running two cloud functions that are triggered by cloud scheduler cron jobs. They've been working fine for months until yesterday. Here is the log:
{"@type":"type.googleapi...
Ogdoad asked 21/4 at 0:33
5
Solved
Another day another question regarding Firebase:
I am relatively new to Firebase/node.js/npm ...
I'm currently trying to build a mobile app backend with Firebase for a university project. I use n...
Lantern asked 23/1, 2018 at 18:5
2
This article says to simply click view under the Logs column to see the output of Google Cloud Scheduler logs. However, while I can see the status code of a HTTP scheduled function, I cannot see th...
Jotter asked 18/7, 2019 at 16:47
4
I want to test a a cloud function that creates users.
In normal cases, inside the browser i generate an idToken and i send it to server via headers: Authorization : Bearer etcIdToken
But I want ...
Ariew asked 15/1, 2018 at 18:8
19
unable to deploy changes to firebase cloud
Action:
"Firebase Deploy" in cmd
results:
i deploying functions
i functions: ensuring required API cloudfunctions.googleapis.com is enabled...
i...
Betwixt asked 13/5, 2022 at 6:59
5
I have been trying new firebase callable cloud functions in firebase functions:shell I keep on getting following error
Request has incorrect Content-Type.
and
RESPONSE RECEIVED FROM FUNCTI...
Grenier asked 6/4, 2018 at 6:55
11
Solved
I was trying to install pod 'Firebase/Functions' but failed with the following error:
`[!] CocoaPods could not find compatible versions for pod "Firebase/Functions":
In Podfile:
Firebase/...
Baikal asked 9/6, 2019 at 17:35
1
I need to construct specific linked documents when Firestore object is created, and I need to know who created the specific document. Based on documentation I should be able to use onDocumentCreate...
Quaint asked 3/7 at 13:4
2
Solved
Hi I am currently using firebase's local emulator and flutter. However, I am using a real device and not a simulator therefore I do not know how to connect to my laptops localhost. I am currently u...
Mousse asked 14/6, 2021 at 15:56
7
Solved
On deploy i got this error
i functions: creating Node.js 18 (2nd Gen) function addCourseData(us-central1)...
Could not create or update Cloud Run service addcoursedata, Container Healthcheck failed...
Triste asked 28/8, 2023 at 7:2
9
Solved
I've deployed hundreds of function and this is the first time I encounter this issue. Simply, it stops deploying function process, saying:
Unhandled error cleaning up build images. This could resu...
Intension asked 1/8, 2021 at 15:22
2
Solved
I'd like to create a pre-signed upload URL to a storage bucket, and would like to avoid an explicit reference to a json key.
Currently, I'm attempting to do this with the Default App Engine Service...
Beni asked 4/1, 2021 at 19:48
5
I'm trying out Google's Cloud Functions service and I want to read and write a Google Spreadsheets but can't seem to find any examples or ways to do this.
My problem steams from the fact that the...
Hedy asked 9/6, 2017 at 1:44
4
Solved
I want to deploy a remix application to Firebase Cloud Functions, using Hosting for the static assets. The function is defined as:
const functions = require("firebase-functions");
const e...
Herbert asked 4/2, 2022 at 21:9
4
Solved
I have a cloud function in Node.JS on Google Cloud, I need to make GET request to Google and it requires an auth token. Using curl you can generate one using $(gcloud auth application-default print...
Persistence asked 4/11, 2021 at 17:39
3
Solved
I'm trying to deploy functions to my firebase project to handle notifications. But I keep running into this error HTTP Error: 403, Unknown Error I have contacted firebase and they are looking into ...
Jessamine asked 31/1, 2019 at 0:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.