python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Firebase custom auth in server-to-server scenario
I need to implement a scenario where, after a file is uploaded to Google Cloud Storage, a function is triggered and processes the file. In this case, processing basically means sanitizing the file, st...
Route Rider
Votes: 0
Answers: 1
Google Cloud API Gateway can't invoke Cloud Run service while using firebase auth
I am using API Gateway with firebase JWT authorisation (so that users can use google sign in) that is forwarding the requests to cloud run services and one cloud function service.
Here is how my API G...
Šime
Votes: 0
Answers: 1
Is it possible to auto-retry firebase cloud-function deploys when doing a full deploy?
I have a large amount of cloud functions (150+) that need to be deployed. When i run the following: firebase deploy --only functions to do a full deploy i get the following message:
⚠ functions: too ...

Daniel Sedeniussen Valland
Votes: 0
Answers: 1
Best way to return a `LegacyCursorResult` object in a https call?
We can run the following python code to execute a Cloud SQL (postgresql) query:
pool = sqlalchemy.create_engine(
# Equivalent URL:
# postgresql+pg8000://<db_user>:<db_pass>@<db_...
WJA
Votes: 0
Answers: 0