Skip to main content

All Questions

0 votes
0 answers
15 views

Can a Firebase cloud function that is configured to be invoked by a Firestore trigger be called with a GET method?

Can a Firebase cloud function that is configured to be invoked by a Firestore trigger be called with a GET method? I have a Firebase cloud function that is configured to be invoked by a Firestore ...
slushy's user avatar
  • 12.3k
-1 votes
0 answers
14 views

What are these random non-secure HTTP requests on my Firebase Cloud Functions? [closed]

The other day, the Google Cloud Logs Explorer identified five random HTTP requests on a number of my cloud functions within the span of a few minutes from httpRequest.userAgent: Chrome 129.0.0.0. All ...
slushy's user avatar
  • 12.3k
-1 votes
0 answers
29 views

How to query local database from api deployed on google cloud function [closed]

Currently, I am developing an api on cloud function that needs to query a local database located on our client side. I have looked at some suggested ways such as creating a VPN, ... but creating a ...
Li Nguyen's user avatar
-2 votes
0 answers
20 views

Copying files from SharePoint to Google cloud storage in java [closed]

I am trying to write java code to copy the files from SharePoint to GCS bucket. Please provide any idea how to work on this task.
Ashok's user avatar
  • 1
1 vote
0 answers
39 views

Are there networking charges for traffic between "Firebase Realtime Database" and "Cloud Run Services" in the same region? [closed]

According to the Firebase pricing page, the Realtime Database has a free cost until 10GB of data transferred. After I've joined the "Blaze plan", I could see at https://console.firebase....
heronsanches's user avatar
0 votes
1 answer
45 views

Access sheets from Cloud function without sharing sheets to service account

I need to read a lot of the sheets that were shared with me programmatically. I have been able to read it on my local machine using the code below with GOOGLE_APPLICATION_CREDENTIALS set. However, ...
Chiến Lê's user avatar
0 votes
1 answer
25 views

Deploying firebase cloud functions using Python AND Javascript?

I am trying to use both python and js in my firebase cloud functions. One folder that I have in the project and that works is called /functions and contains only js code. This deploys and run fine. I ...
slav's user avatar
  • 1
0 votes
0 answers
27 views

Connecting Google Cloud Functions to MongoDB Atlas through private endpoints

I have spent two full weeks reading documentation, and I still can't connect Google Cloud Functions to MongoDB Atlas through private endpoints. The error I get is a timeout error (Unhandled error ...
Lenni's user avatar
  • 185
0 votes
1 answer
35 views

Google Cloud Function Fails to Build After Working with Python 3.9

I have a Google Cloud Function that was working fine with Python 3.9, but it has suddenly stopped working and fails when I try to test it manually. Here’s the error I get in the GCP terminal log: [10:...
Veeee's user avatar
  • 11
0 votes
1 answer
28 views

Firebase Phone authentication test num working but real phone num showing [BILLING_NOT_ENABLED]

I am trying to make an application that has only a mobile number login facility. I am using Firebase auth, Firestore and Android Studio in Java to make it, I have 5 activities, Home(Splash only)>...
Parvanshu Sharma's user avatar
0 votes
1 answer
90 views

Error deploying Google Cloud Function: Python builder image not found

I'm trying to deploy a Google Cloud Function that's triggered by a specific Pub/Sub topic. While the function and Pub/Sub topic linkage is configured correctly, I'm getting an error during the build ...
Internet Presence's user avatar
0 votes
0 answers
39 views

how to add/pass .env file using github action in firebase hosting

i want to add or run .env file in firebase using github action here is what i did .github/workflows/firebase-hosting-merge.yml name: Deploy to Firebase Hosting on merge on: push: branches: ...
cloudnetwork's user avatar
0 votes
0 answers
57 views

Google Cloud Run Jobs Task Parallelism Not Working?

I wanted to learn about cloud run job's task parallelism and , so I created a job and set number of task =10, and , to each container I am giving 8Gb of Memory and 8cpus's. I have set task parallelism ...
amarjeet kushwaha's user avatar
4 votes
1 answer
857 views

GCF function testing in python: failed to fetch builder image

I regularly use Google Cloud Run to write functions using Python. When testing I am usually able to click "Test Function" at the top of the page which opens a console window at the bottom of ...
Alex Mindock's user avatar
0 votes
2 answers
88 views

Difference b/w JWT and the access token using gcloud gcloud auth activate-service-account --key-file and gcloud auth print-access-token

I don't have any idea about JWT and access token. currently I am using access token by generating thought the command line. after that I have moved that to 12 hours lifetime. now the picture is I want ...
user3145555's user avatar

15 30 50 per page
1
2 3 4 5
253