CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 04:49:05 GMT
content-type: text/html; charset=utf-8
cf-ray: 967a7797ccd1c19c-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=fbbe7007-87b7-4ff4-94ac-d8c2f3463245; expires=Fri, 31 Jul 2026 04:49:05 GMT; domain=.stackoverflow.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
feature-policy: microphone 'none'; speaker 'none'
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 0170f5c9-0073-4085-8d50-1181dace94bb
x-worker-origin-response-time: 455000000
x-dns-prefetch-control: off
set-cookie: __cflb=02DiuFA7zZL3enAQJD3AX8ZzvyzLcaG7vUqjfvAxnmvWp; SameSite=Lax; path=/; expires=Fri, 01-Aug-25 03:49:05 GMT; HttpOnly
set-cookie: prov=fbbe7007-87b7-4ff4-94ac-d8c2f3463245; Path=/; HttpOnly; Domain=stackoverflow.com
set-cookie: __cf_bm=YvTMkvrcGVl68Mp7I.PdqW0Xf9TPG9cRrtjcliSY.4E-1753937345-1.0.1.1-ASD2Gn__aZ.fdoxG6lSIjVP1pZJ7S7rQ3wBi4moTj3VlLgQbqKFvJaHpsQkcrJQmmYSIPZsnVJoNv.3.MfUoFnK6BOIEO6HbO_imBe.gTsM; path=/; expires=Thu, 31-Jul-25 05:19:05 GMT; domain=.stackoverflow.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=WAvNKSDrxNhQe.mCfJ7lt0.JMTxK85yiJ4Y3X16HNfc-1753937345737-0.0.1.1-604800000; path=/; domain=.stackoverflow.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'google-cloud-functions' Questions - Stack Overflow
Skip to main content
Stack Overflow
- Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers
- Advertising Reach devs & technologists worldwide about your product, service or employer brand
- Knowledge Solutions Data licensing offering for businesses to build and improve AI tools and models
- Labs The future of collective knowledge sharing
- About the company Visit the blog
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
18,560 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
22
views
How to control order in which functions are displayed in firebase console?
In the Firebase Console, when showing the list of functions, what determines the order in which the functions are displayed?
I am in the very early stages of a project and already have 16 functions, ...
0
votes
1
answer
38
views
Firebase Functions v2 onCall() returns 401 Unauthorized—even though request.auth is valid and proper IAM role assigned
I’m facing a puzzling issue with a Firebase callable function (onCall) deployed via Cloud Functions v2 (on Cloud Run, Node.js 18/20). Even though:
the client is signed in (getAuth().currentUser is ...
1
vote
1
answer
28
views
Deploy/update file without functions in it - Firebase Functions
I am trying to update a file named blues.cts because a function named fetchAllPacks uses it to update the client. I was wondering if, without updating the functions, I could update the JSON data in ...
0
votes
0
answers
39
views
Unable to load environment variables after upgrading firebase-tools, firebase-admin, and firebase-functions
I recently upgraded to the latest versions of firebase-tools -> 14.10.1, firebase-admin -> 13.4.0, and firebase-functions -> 6.3.2. After the upgrade, I am no longer able to deploy the ...
2
votes
1
answer
48
views
Firebase Cloud Functions: Document deletion not working properly and execution timing issues [closed]
I have two Firebase Cloud Functions with onDocumentCreated triggers. The issue is that when my delete function tries to delete a document that doesn't exist, it somehow triggers the checker function, ...
1
vote
1
answer
44
views
firebase function fails to send push notification with socket disconnect
i am trying to send push notification like below:
const { getFirestore } = require('firebase-admin/firestore');
const { initializeApp } = require('firebase-admin/app');
const { https } = require('...
0
votes
0
answers
25
views
Firebase Cloud Functions FAILED_PRECONDITION error when handling Razorpay webhook with Firestore collection group query
I'm implementing Razorpay webhooks using Firebase Cloud Functions and running into a FAILED_PRECONDITION error when querying Firestore. The webhook handles Razorpay account status updates (activated, ...
0
votes
0
answers
46
views
Google Cloud Function gets 401 Error from Play Developer API despite Admin permissions
I have a Google Cloud Function (v2) written in Node.js/TypeScript that is triggered by a Pub/Sub topic for Google Play Store notifications. The function's goal is to verify a purchaseToken with the ...
0
votes
1
answer
48
views
Problems when setting up a CI/CD for Cloud Functions using Google Cloud Build and Github
Problem
I'm trying to create a CI/CD pipeline for a set of Cloud Functions stored in a GitHub repository. I've already linked the repository to Cloud Build and created YAML files for each function ...
1
vote
0
answers
22
views
Firebase Functions deployment fails with "Cannot find module" when using organized folder structure
I'm facing a persistent deployment issue after refactoring my Cloud Functions from a single large index.js file into an organized folder structure as recommended in the documentation. The deployment ...
-2
votes
0
answers
25
views
Firebase Functions deploy reports success but serves stale code, causing auth failure [duplicate]
I am facing a persistent Google OAuth flow failure with Firebase Functions. After an exhaustive debugging process, I have definitive proof that the firebase deploy command reports success, but the ...
0
votes
1
answer
40
views
Invertase Stripe Payment Extension Issue: Metered Pricing
I am trying to get the invertase extension to work with metered pricing but I keep getting the error: {message: 'Quantity should not be specified where usage_type is metered. Remove quantity from ...
0
votes
0
answers
47
views
Flutter passes data to Cloud Functions, but it still returns Data: undefined
I am trying to add a function to my mobile application to send e-mails with registration code to the users of the app and it's always failing with the same error, E-mail=undefined. I will show also ...
-2
votes
1
answer
57
views
Cloud Functions for Firebase Deployment issue
I'm trying to create some Firebase Cloud Functions but every time a I try to deploy with firebase deploy --only functions the build is failing with no logs in Cloud Build:
I'm using the template ...
0
votes
1
answer
196
views
Is it possible to port 1st gen Cloud Functions to Cloud Run functions
It seems that starting August 2025, creating legacy 1st gen cloud functions in GCP will only be possible using the gcloud CLI, API or Terraform.
GCP has integrated Cloud Run functions into Cloud Run ...
This tag is in a collective: a subcommunity defined by tags with relevant content and experts.
- The Overflow Blog
-
-
- Featured on Meta
-
-
-
-
-
-
Hot Network Questions
- Should I regularly reapply thermal paste?
- Novel with fog on an alien world and a labyrinth
- Shakespearean grammar: "hath" and "has" in the same sentence
- Integral with multiple variables
- Force calculations in MD simulations using Machine-Learned Interatomic Potentials (MLIPs)
- Blakes 7 episode Powerplay. What were the 'hospital staff,' planning to do?
- Is there a reason "replace conditional with table" isn't a standard refactoring?
- How to test whether a secondary inet address exists on an eth interface?
- How loud were the top-of-the-range propeller aircrafts like the Lockheed Constellation when commercial jet travel appeared?
- Is Samson referred to/mentioned in the siddur/liturgy?
- Right size rim tape when converting MTB to tubeless
- Area of a Quadrilateral Formed by Intersecting Lines in a Triangle
- Why is my 74HC595 working without VCC?
- Should I simply accept the terms without reviewing them for legal appropriateness?
- How should I talk about definitional uncertainty in seemingly well-defined measurands, arising at high resolutions?
- Why emphasize seeking wisdom as "silver” rather than gold?
- I applied for a postdoc and the position was left unfilled because no candidate was found to be a good match. Should I follow up?
- I have made a darligton pair circuit to amplify +/- 10mA to +/- 10 A . But it showing only postive swing. i need negative swing too. what should i do
- Probability that median of 3 randomly selected numbers from {0,1,2,3} is between 1 and 2
- SF story about a rich guy who develops technologies so advanced that everyone thinks they're evidence of an alien civilization
- Where does "kinda" ("kind of") come from?
- Is there any (around) the 14 hidden characters in path and/or filename in File Explorer?
- A customized alignment environment with indentation effect
- How to create a Face Group from selected faces, similar to a Vertex Group