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
333,991 questions
0
votes
1
answer
50
views
using Vertex AI Embedding in Spring Boot App
I intend using Google VertexAI Text Embeddings to embed text before saving in pgvectordb.
Pom.xml
<properties>
<java.version>21</java.version>
<!-- <spring-...
-1
votes
0
answers
24
views
Intermittent 504 Gateway Timeout on Google Cloud Run with no container logs for failed requests (MERN Stack application with next.js frontend)
I’m encountering a strange issue with Google Cloud Run (Node.js(Backend: Express.js)) where some requests return 504 Gateway Timeout (~300s) but never reach the container, as there are no application ...
0
votes
0
answers
59
views
FCM Notifications fail to arrive (on device) when internet is slightly disturbed - Flutter
I am facing an issue using FCM in my flutter application while receiving notifications.
The issue is related to receiving notifications on client end, when the internet is slightly disturbed from the ...
0
votes
0
answers
47
views
Firebase Cloud Function fails to send notifications in flutter App - UNAUTHENTICATED
I have setup my cloud function to send notifications to my app. However, I stuck on an issue that returns the error below:
Failed to send message to dkmC6rNuCE...: Request is missing required
...
0
votes
0
answers
35
views
Error: An internal error has occurred. [Error code 39] [closed]
I deployed my application on the Google Play console in internal test mode. In my application, I use firebase phone authentication. When I retrieve the application from Google Play and try to register,...
0
votes
0
answers
17
views
Is Gemini Live (with VAD) supported in Flutter/Mobile?
I’m trying to build a flutter app that utilizes Gemini live, similar to sessions in app. From what I can see in the documentation, live streaming audio from both user and Gemini is supported through ...
-6
votes
0
answers
31
views
google play to big query data transfer using data transfer service cost issues [closed]
I have connected multiple google platforms like google ads, google play console and google admob and for google ads and google play is used data transfer service but for admob i used github action as ...
-1
votes
0
answers
21
views
Does GCP M2VM (v5) & Storage Transfer Service support migration over VPN (private network) / CCI instead of public internet (http)? [closed]
I’m trying to understand the network path used by GCP Migrate to Virtual Machines (M2VM v5) and Storage Transfer Service (STS) during migrations from another cloud (AWS/Azure/on-prem) to GCP. ...
0
votes
1
answer
51
views
flutterEngine.getPlugins().add(new com.mr.flutter.plugin.filepicker.FilePickerPlugin()); [closed]
I have try to make android .aab file for this command
flutter build appbundle --no-tree-shake-icons
So Error is
/Users/bhaveshsmacm3-34-4/Documents/flutter-apps/Dragon/admindragon-flutter-app-with-...
0
votes
0
answers
37
views
set-cookie trouble while hosting FastAPI app using NGrok [closed]
I been trying to store my jwt token inside of a cookie which worked well in local system no wonder there but when i try to push to next level by hosting using nrgok im unable to set-cookie no more i ...
0
votes
1
answer
41
views
Unity IOS build Game
When I tried to take to install pos install I got this error,can anyone solve this
pod install CocoaPods could not find compatible versions for pod "Firebase/Storage": In Podfile: Firebase/...
-1
votes
0
answers
65
views
Closure for Firebase Realtime Database not finishing before executing root view controller
I need to acquire a set of data prior to the execution of the root view controller. I have the following code setup in order to get the data but it seems the ViewWillAppear still fires before the ...
Advice
0
votes
0
replies
32
views
Creating chatbox with firebase
// DOM
const authBox = document.getElementById("auth-box");
const chatWrapper = document.getElementById("chat-wrapper");
const userEmailSpan = document.getElementById("user-...
0
votes
1
answer
46
views
GCP Connected Issue
When we connect our standalone project fromt GCP. I mean when I set our project on GCP face one issue. My project number that is same on cloud.console.google.com and my project setting change script. ...
-4
votes
0
answers
69
views
Vertex Ai Returning Constant 429 Errors
I am using Vertex AI API to send a request that is big (700k tokens), but I keep getting these errors:
[Invalid date] {vertex_ai_agent.py:57} WARNING - Failed to get response from region europe-west1: ...
-2
votes
0
answers
24
views
Google Bigtable hot backup restoration speed vs. standard backups [closed]
Does anyone have experience using GCP Bigtable Hot backups?
Google documentation only says that hot backups offer faster restoration to production performance compared to standard backups, but ...
0
votes
0
answers
62
views
Firebase Cloud Messaging token is never returned for my Android app (getToken() does nothing, no error)
I’m working on an Android app (Java) using Firebase Cloud Messaging and I cannot get an FCM registration token for my app.
Environment
Physical device (Samsung)
Google Play Store installed
Google ...
1
vote
0
answers
56
views
How can I assign a custom OAuth client to a Apps Script Project?
I have a GCP project which contains a cloud function, a user which has invoker permission to this function and two Apps Script Project A and B which both call this function. Both Apps Script Projects ...
-1
votes
1
answer
29
views
Serverless connector use in AppEngine seemingly blocked as unsupported by Nodejs20
I'm trying to deploy an AppEngine Standard service that will use a Serverless Connector to access our database. Deploying via app.yaml I get the following error:
Value 'svrlscon-v1-appeng97' for ...
-3
votes
0
answers
38
views
VerneMq Not Clustering on Autopilot GKE Cluster [closed]
I have an Autopilot GKE cluster up and running and I can serve some helloworld pods fine.
I can also create a VerneMq broker there, but each nodes don't discover themselves. The VerneMq docs aren't ...
-4
votes
0
answers
35
views
Google Cloud Eventarc trigger not firing for Firestore (2nd Gen Cloud Function) in nam5 [closed]
I'm trying to set up a bridge between Firestore and Cloud Run using a 2nd Gen Cloud Function and Pub/Sub, but the Cloud Function is not triggered when a new document is created.
The Setup:
Database: ...
-4
votes
0
answers
34
views
Cluster configuration issue [closed]
I am running with this configuration but I am getting this error.
ERROR YARNSCHEDULER: Lost executor 96 on (dag name): Container from a bad node.
cluster:
master_machine_type: 'n2-highmem-64'
...
0
votes
0
answers
50
views
bigquery SELECT query failling when converting zero values to NULL using CAST [closed]
I am working with weather data in Google BigQuery and trying to clean my dataset before analysis. Some numeric columns like wind_speed and visibility have missing values incorrectly stored as 0, and I ...
0
votes
1
answer
505
views
I'm getting "This project does not have the access to Custom Search JSON API" when calling the Google Custom Search API [closed]
I'm getting "This project does not have the access to Custom Search JSON API" when calling the Google Custom Search API via n8n, browser address bar, or google cloud console. I went over the ...
-5
votes
0
answers
53
views
Convert mid feb to date [closed]
I am making a chatbot for a travel company to assist in its bookings. I made an intent in dailogflow that is meant to gather visit dates. Users may give phrases like "I want to visit in mid feb&...
1
vote
0
answers
71
views
How can I debug my PHP cloud function in VS Code?
I have a PHP cloud [run] function that I would like to be able to debug but cannot figure out how.
I can run it locally with composer run start and then I can trigger the main function using curl , ...
-1
votes
0
answers
44
views
How can I automate a data refresh on Excel Online without opening the laptop?
I developed an app on Powerapps. It takes the data from an Excel Online file. Excel online is connected to a Dataflow Gen1. Dataflow Gen 1 is refreshed automatically at 2.00am . I want my excel online ...
1
vote
0
answers
21
views
Is there any method to list all provider of a Workload identity pool in Python [closed]
Right now, we are developing a python script to list, then create provider in our workload Identity Pool. But I don't find the related python package to use in Google officalc do here https://docs....
0
votes
1
answer
57
views
Firebase App Hosting tries to use Node.js buildpack for Python app – ignores app.yaml / Procfile / requirements.txt
I’m trying to deploy a Python Flask app using Firebase App Hosting, but the deployment consistently fails because Google Cloud Build incorrectly detects the app as Node.js, even though everything in ...
0
votes
1
answer
67
views
Laravel logs show incorrect severity levels in Google Cloud Logging
I’m running a Laravel application using the dunglas/frankenphp:1.9-php8.4-alpine Docker image and deploying it on Kubernetes. Logs are written to stderr and collected by Google Cloud’s built-in per-...
0
votes
1
answer
78
views
Cloud Run: API Gateway cannot reach internal services (ingress = internal-and-cloud-load-balancing) [closed]
I have three Spring Boot microservices deployed on Google Cloud Run:
API Gateway
Ingress: all
Publicly accessible
Service A
Returns: "hello from A"
Desired ingress: internal-and-cloud-...
0
votes
1
answer
68
views
flutter_geofire pods error iOS, app runs fine on android but not on iOS
I added flutter_geofire in my pubspec.yaml,when I run the app on android it works fine, but on iOS I get the error below,iOS only works when I remove flutter_geofire from pubspec.yaml but I then can't ...
0
votes
0
answers
62
views
Firebase Google Sign-In fails after upgrading firebase_auth to ^6.1.4 (iOS – Error 17999 / 403) [closed]
I recently upgraded Firebase Auth in my Flutter project:
firebase_auth: ^6.1.4
After this upgrade, Google Sign-In OR Apple Sign-In via Firebase Auth stopped working on iOS.
The same code was working ...
0
votes
0
answers
39
views
Using Lifespan FastAPI in Vertex AI Endpoint got 503
I'm trying to serve my custom container model in Vertex AI Endpoint. Im using Fast API and I need to load 5 models in my lifespan before executing the request. When I try to request my Endpoint it got ...
0
votes
0
answers
42
views
Kotlin Multiplatform iOS — FirebaseBridge (Objective-C) not called from iosMain (FirebasePushNotifierImpl.init not running)
I have a KMP module using a native bridge in Objective-C/Swift for FCM. Android works fine, but on iOS the FirebaseBridge methods are not called from iosMain. It seems FirebasePushNotifierImpl either ...
Tooling
0
votes
0
replies
10
views
In google looker studio, how to access dropdown selection values on button click?
I have a looker studio dashboard with Year filter, I want to call API with dropdown selection data, example, if I have a dropdown as Year having 2000-2026 values, and if I have selected 2024, 2025 and ...
Advice
0
votes
1
replies
22
views
Passing table content as parameter for BigQuery UDF
I would like to have the UDF getting table content as parameter, like
CREATE OR REPLACE PROCEDURE dataset.function1(tab TABLE)
so that I am easier to pass the whole dataset for unit testing, is that ...
0
votes
0
answers
27
views
in gcp mysql, can't get the authentication_iam plugin to load [migrated]
I'm running mysql via gcp's cloud platform and I'm trying to get service account iam passwordless access working. Today's blocker is the authentication_iam plugin.
The docs (and AIs) tell me to set ...
Best practices
0
votes
1
replies
14
views
Firebase multi project or multiple database in the same project setup for multi region support
I am planning to support multiple regions for my application (NA, India for now, EU later). Thus to increase speed with backend, regional database, and to comply with data protection laws, I was ...
Advice
0
votes
4
replies
58
views
BigQuery Standard SQL: UPDATE to convert incorrect 0 values to NULL returns an error
I’m using Google BigQuery (Standard SQL) to clean 2023 weather data. Missing values were mistakenly stored as 0, but 0 is a valid value for some rows, so I only want to convert the incorrect zeroes to ...
0
votes
0
answers
34
views
How to expose a Vertex AI endpoint on Apigee with a `/predict`?
I deployed a model on a GCP Vertex AI endpoint. This endpoint is consumable at the URL https://${VERTEXAI_URL}:predict.
I need now to expose this API service on Apigee with the following URL syntax:
...
Best practices
0
votes
1
replies
17
views
Can we use the /v1alpha API to retrieve Google Gemini Enterprise agents, or is a GA API available?
I am trying to retrieve all Google Gemini Enterprise agents using the following v1alpha API:
https://docs.cloud.google.com/gemini/enterprise/docs/reference/rest/v1alpha/projects.locations.collections....
1
vote
1
answer
34
views
google_dialogflow_conversation_profile keeps trying to update time_zone even though it cannot be updated
I’m provisioning a Dialogflow Conversation Profile in GCP using Terraform (google_dialogflow_conversation_profile).
During the initial apply, Terraform detects this attribute in the plan:
+ time_zone =...
1
vote
1
answer
74
views
FIREBASE_CONFIG vs. GOOGLE_APPLICATION_CONFIG
I am working on setting up Firebase and Authentication using the Admin SDK library. Initially I set the FIREBASE_CONFIG env variable and resulted in
Error getting Auth client: google: could not find ...
Best practices
0
votes
2
replies
34
views
Should we use GCP Cloud Run (not Cloud Run Jobs) for Java Spring Batch?
Currently, I have a Java Spring Batch source code that contains multiple batch jobs, with their execution schedules configured directly in the code. The application is currently running on a Windows ...
-1
votes
0
answers
31
views
Why is the right Log Analytics SQL to get these fields that are not under audit logs?
In log explorer I can see and search for logs via protoPayload.serviceName
In log analytics it says this doesn't exist:
I can only access most proto_payload fields via the audit log ie this works ...
0
votes
1
answer
65
views
Uncaught TypeError: Failed to resolve module specifier "firebase/database" in client-side Firebase setup
I’m trying to configure Firebase Realtime Database on the client side using the following code:
import { initializeApp } from "firebase/app";
import { getDatabase } from "firebase/...
0
votes
1
answer
51
views
Fetching OfuscatedAccountId with AndroidPublisher service account 2026
It is question about Google Play Billing in 2026
I was doing that before like in 2024 and I manage those systems still. So I in theory I have access to working accounts and I can see permissions that ...
0
votes
1
answer
129
views
expo-camera and @react-native-firebase plugins compatible build error
I have a project that requires the use of both react-native-firebase and expo-camera plugins. The issue is anytime I try to run or prebuild the project, it immediately errors out (see image below)
...
-2
votes
0
answers
44
views
Big Query Export Data Options created numerous files with headers only [duplicate]
Im currently an automation to export data from big query using python3.11.
Im just wondering if im doing it wrong because it creates a lot of file that majority contains headers only. A few a had rows ...
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