Stay up to date
We'll highlight new content in your collectives with a blue activity indicator on navigation items and posts.
Manage preferences
Questions
Browse questions with relevant Google Cloud tags
334,203 questions
-1
votes
0
answers
62
views
Firebase sendToTopic fails with 404, but console notifications work and all permissions/APIs are enabled
I am facing a persistent 404 Not Found error when trying to send a notification from a 2nd Gen Node.js Cloud Function using admin.messaging().sendToTopic().
The baffling part is that I can ...
1
vote
1
answer
33
views
Go terraform unrecognized import path from GCP Artifact Registry
I get an error when trying to download private go dependencies from artifact registry via terraform:
│ Error: Error waiting to create function: Error waiting for Creating function: Error code 3, ...
Advice
0
votes
0
replies
23
views
Google Cloud Run job needs extra disk space
In the app I’m building, I want to run ml inference with Google cloud run jobs. The problem I’m having is the size of the models. There are several models, the largest is 22GB, and the total size is ...
0
votes
1
answer
52
views
Why does the Google Gemini API return 404 errors when using the free tier?
I’m trying to use the Google Gemini API (free tier) to generate text, but my requests consistently fail with a permission-related error. I want to understand whether this is an issue with my API key, ...
0
votes
0
answers
57
views
Flutter iOS Build Error: 'openssl_grpc/boringssl_prefix_symbols.h' file not found
I am trying to run my Flutter application on an iOS Simulator, but the build fails during the Xcode build phase. The error seems related to the BoringSSL-GRPC dependency used by Firebase.
Lexical or ...
0
votes
1
answer
38
views
Logging numbers preceding with zeros like 00123456789 as string loses zeros
Trying to save numbers(00123456789) as string to firebase from web browsers and service, but it appears without zeros in firebase console.
But when we save the same data from native mobile apps it ...
Advice
0
votes
3
replies
50
views
SignInWithPassword has exceeded quota limits
I was developing an Android app using Firebase, but I end up with an error message that says:
2025-12-28 10:26:29.681 10326-10326 MainActivity com.tritongames.shoppingwishlist D Sign ...
3
votes
0
answers
69
views
Cloud Run POST request fails with CORS preflight 405 (FastAPI backend)
I have a FastAPI backend deployed on Google Cloud Run and a Vite + React frontend. I am calling a POST endpoint /rag from the frontend.
The first problem is that Swagger UI in FastAPI is showing an ...
1
vote
1
answer
69
views
Flutter iOS: Persistent "Undefined Symbol" Linker Error with Firebase Analytics
I am facing a persistent and seemingly unsolvable linker error when building my Flutter app for the iOS simulator on an Apple Silicon (M2) Mac air. The build consistently fails with "Undefined ...
1
vote
1
answer
58
views
Flutter FCM FirebaseMessaging.onBackgroundMessage not called on iOS release mode (data-only silent push, capabilities enabled)
In a Flutter chat app using FCM data-only pushes with awesome_notifications for local notifications, FirebaseMessaging.onBackgroundMessage works perfectly on Android (all states) and iOS debug (...
Advice
0
votes
1
replies
87
views
Google Cloud "OR_BACR2_44"
I registered for Google Cloud, but I encountered a billing issue while using Compute Engine. Compute Engine prompted me that I needed a billing account. I added a billing account and entered my VISA ...
0
votes
0
answers
54
views
How to Debug Node.JS apps with Google Firebase Studio?
I am having hard time while trying to debug a Node.JS app with the visual interface of VS Code. Firebase studio has only the option to "Install additional debuggers..."
The option to "...
3
votes
1
answer
75
views
Filtering dataset by geolocation data using SQL in BigQuery
I trying to determine if NCAA basketball games have an affect on liquor sales in the surrounding areas around the stadiums where the teams play their games. I am writing a query that filters and sorts ...
1
vote
0
answers
95
views
Firebase Analytics first_open event has update_with_analytics = 1 after iOS device reset — why?
I’m using Google Firebase Analytics on my React Native iOS app and I’m seeing an unexpected behavior with the first_open event and the update_with_analytics parameter.
According to the Firebase ...
0
votes
0
answers
104
views
Flutter Firebase rtdb works on Android but not on iOS (snapshot.exists = false)
I’m using Flutter + Firebase Realtime Database for a quiz battle feature.
Everything works correctly on Android, but on iOS the same read returns empty data (snapshot.exists == false) without throwing ...
1
vote
0
answers
57
views
.NET Firebase Send Push Notification Error
Sending messages through FCM was working yesterday, but today I'm getting this error:
Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid ...
0
votes
0
answers
21
views
Listing the google cloudrun revision using command line problem
Previously, the following command works fine, but right now it returns 0 items (There are cloudrun revisions on the google cloud console web UI) ?
$ gcloud run revisions list
Listed 0 items.
1
vote
2
answers
70
views
Firebase CloudFirestore rules only work after reopening the app
I'm using Firebase Authentication and Firebase Cloud Firestore for my Flutter project. But the rules I implemented in the Firestore only apply correctly after restarting the app, if the user just ...
-1
votes
0
answers
36
views
App certificate / SHA-1 fingerprint already in use & authentication configuration error [closed]
I’m facing an authentication configuration error: my Android app’s package name and SHA-1 fingerprint are already in use. Google Play Developer Support advised me to contact Google Cloud Console ...
1
vote
0
answers
30
views
How to authenticate with Service Account in dataproc cluster for duckdb connection to BigQuery
I'm trying to authenticate with an already pre-signed-in service account (SA) in a Dataproc cluster.
I'm configuring a DuckDB connection with the BigQuery extension and I can't seem to reuse the ...
0
votes
0
answers
14
views
Airflow BigQueryInsertJobOperator and job re-attachment
The inciting problem
One of our DAGs suffers from an issue wherein a BigQueryInsertJobOperator task fails due to it becoming a "zombie task" (from Airflow's perspective); in the "Event ...
0
votes
0
answers
45
views
Cloud Build no longer authenticates gsutil using service account
I have a Dockerfile that builds an image based on golang:bookworm. It installs the google-cloud-cli package from the https://packages.cloud.google.com/apt repository. I used it to build an image that'...
-1
votes
0
answers
31
views
Firebase Phone Auth [auth/unknown] An internal error has occurred. [Error code: 39] on Android (React Native, Play Integrity enabled) [duplicate]
I’m getting the following error when trying to send an OTP using Firebase Phone Authentication on Android:
[auth/unknown] An internal error has occurred. [ Error code: 39 ]
Environment
React Native
...
0
votes
1
answer
73
views
Google Maps Platform computeRoutes Method X-Goog-FieldMask filters ignoring explicitly selected fields
I am trying to make filters for the data returned by the Google Maps Platform Compute Routes API documented here but adding selections for any fields that have latitude and longitude data ignores ...
1
vote
1
answer
126
views
Gradle fails to resolve Firebase dependencies with version catalog (libs.versions.toml) despite correct setup
I'm trying to set up an Android project with several Firebase libraries (Auth, Firestore, Vertex AI) using the modern Gradle version catalog (libs.versions.toml). However, Gradle is consistently ...
Best practices
0
votes
5
replies
76
views
How can I best optimize a Bigquery SQL by appending completely redundant filters to the query?
I have two different SQL calls to BigQuery. One completes in 22 seconds, the other is identical except that I add completely redundant filter at the end. This second completes in 8 seconds. The ...
1
vote
0
answers
97
views
what are the keys created by firebase used for: "Key for Identity Platform reCAPTCHA integration"
Firebase automatically creates keys in google cloud recaptcha, when identity platform is picked for auth. Those keys are named: "Key for Identity Platform reCAPTCHA integration" and can be ...
0
votes
0
answers
106
views
Xcode 26 cannot find SPM modules
Recently, I've updated to MacOS 26.2 without knowing this would break compatibility with Xcode 16.4, so I am forced to use Xcode 26 to continue working on my project. I use SPM for dependencies. I've ...
0
votes
1
answer
49
views
Why does Google Apps Script return unspecified error when authenticating tester of Docs formatter?
I have a simple script for iterating over files in a directory in my Google Drive and applying regexes to Google Docs. Recently I have been prompted to revise permissions on execute, and when I select ...
0
votes
0
answers
67
views
GA4 BigQuery Daily Export Missing Data After Specific Date
I have a GA4 property linked to BigQuery for daily export (both iOS and Web data streams selected, “export all events” enabled, no filters).
Everything was working fine until 2025-11-23, when the ...
0
votes
1
answer
54
views
How do I call domainAliases.list with the discovery API?
Looking at the docs this is the only perm I should need to grant my service account: https://www.googleapis.com/auth/admin.directory.domain.readonly
The service account I'm using has domain ...
Advice
0
votes
0
replies
44
views
Apache Beam update of the source table
I'm new to Apache Beam running on GCP, but my question is more theoretical than practical.
I have a source spanner table and a destination spanner table and I'm fetching data from source table to ...
-1
votes
0
answers
113
views
Facing issue in Big Query while extracting JSON Value
We are leveraging BigQuery to create reports, with some column values represented in JSON. Below is a sample payload. I can successfully retrieve the Template value, but the objectType value remains ...
-5
votes
0
answers
98
views
Failed to resolve: com.google.firebase:firebase-auth from dev.gitlive:firebase-auth [closed]
I'm facing with that error in sync of my projects. I've not changed anything from yesterday. Anyone know how and why?
I'm using that library on my toml:
firebase = "2.1.0"
firebase-...
0
votes
0
answers
68
views
How do I use the Terraform format function to truncate from the start of the string instead of the end?
If a string is longer than 14 characters I want to truncate it from the start of the string.
Per this popular solution I can use format() but I can't figure out how to truncate from the beginning ...
0
votes
0
answers
54
views
Tracking Speech-to-Text usage per client with gRPC custom metadata in Google Cloud Logs
I am implementing a system using Google Cloud Speech-to-Text (STT) services via gRPC streams and need a reliable way to track usage per client for quota management. I want Google Cloud's logging ...
Advice
0
votes
1
replies
70
views
Speeding up unzipping of file in Google Cloud Storage (GCS)
I receive ZIP files everyday to a bucket. Part of my Python pipeline is to extract these out into the individual CSVs. However, wondering if there's a quicker way?
There's roughly 20 files in each ZIP,...
0
votes
1
answer
102
views
Firebase RTDB: limitToLast() hangs indefinitely on Android
I recently updated Firebase and I am using firebase_database: ^12.1.0 in my Flutter application. After updating my queries, most of them work correctly, except for those that use limitToLast().
An ...
Tooling
1
vote
1
replies
59
views
Windows Shortcut
What shortcuts can I use to split strings in my database (BigQuery). I have been trying a lot of functions and I make use of the google bigquery platform. I'm getting really confused now. I tried ...
Advice
2
votes
2
replies
45
views
View Google Cloud DNS usage on a per-zone basis
I want to get the number of billed DNS queries for each DNS zones hosted on my Google Cloud DNS account.
I’ve enabled the Cloud Billing data export to BigQuery, but it only breaks down costs per SKU, ...
0
votes
0
answers
99
views
ERROR FIREBASE XCODE: Support Files/gRPC-C++/gRPC-C++-dummy.m module map file
After installing modules shown below I keep getting this error, after trying to run an app in Xcode:
firebase: 11.1.0
@react-native-firebase/app: 23.7.0
@react-native-firebase/auth: 23.7.0
@react-...
0
votes
1
answer
109
views
Optional nanoseconds when using `timestamp_format` in BigQuery Load Jobs?
I'm loading data into BigQuery and using LoadJobConfig. There's a timestamp_format field where you can specify the format of timestamps.
Checking the data I have, timestamps come in different format:
...
0
votes
0
answers
62
views
Specific GCP Vertex AI IAM Permissions needed for enabling request-response-logging
I am following the instructions provided in Google's Log requests and responses documentation for enabling these logs.
We previously had Vertex AI Admin permissions set and enabling/disabling logging ...
0
votes
0
answers
52
views
Authenticating to GCP npm Artifact Registry using Direct Workload Identity Federation from a Bitbucket Pipeline
In my Bitbucket Pipeline I use the following step, with the intention to download some npm dependencies from a private GCP npm Artifact Registry:
- step: &download-dependencies
name: Download ...
0
votes
0
answers
66
views
"Was expecting: <EOF>" when using BigQuery
I am trying to use BigQuery and want to search from the Google Cloud SDK Shell.
I logged in and set up with gcloud config init successfully.
I used the BigQuery console to put data in my dataset table....
1
vote
2
answers
145
views
Firestore collection -> doc -> collection returning empty list in flutter
QuerySnapshot profilesSnap = await _firestore
.collection('users')
.doc(userId)
.collection('profiles').doc("default").collection("incomeRecords")
...
Advice
1
vote
1
replies
72
views
Firebase OnSnapshot Costs
I am pretty new to firebase and firestore and I just discovered onSnapshot method. I was wondering how much read an onSnapshot query is worth. I don't understand if it read the whole collection and ...
1
vote
1
answer
84
views
Google Chat App (Python/FastAPI) Returns "Failed to parse JSON" on All Response Formats Due to Add-on Pipeline Routing
I am attempting to deploy a simple Google Chat application using Python (FastAPI/Functions Framework) and an ngrok tunnel as the endpoint.
My goal is to create a standard, text-only chatbot that ...
-2
votes
0
answers
34
views
Why is my setter is grabbing the wrong ID? [duplicate]
I'm using Firebase for my database, as well as HTML, CSS and jsx for the frontend.
I have the following dropdown menu:
<select
className="seleccionar-empresa"
...
1
vote
1
answer
92
views
Redirect doesn’t fire reliably after logout/login with StreamProvider user profile
I’m building a Flutter app using go_router + Riverpod + Firebase Auth + Firestore (for user profiles). I’m trying to drive navigation/redirects based on:
Firebase auth state (logged in / logged out / ...
Members can contribute articles
Simply submit a proposal, get it approved, and publish it.
See how the process works
Simply submit a proposal, get it approved, and publish it.
See how the process works