We changed our privacy policy. Read more.

Google Cloud Collective

Google Cloud provides organizations with leading infrastructure, platform capabilities and industry solutions to help them solve their most critical business problems.
Google Cloud provides organizations with leading infrastructure, platform capabilities and industry solutions to help them solve their most critical business problems.

Questions

Browse questions with relevant Google Cloud tags

261762 questions

0
votes
0answers
4 views

Apache Beam Java ElasticsearchIO error for AWS OpenSearch

I'm trying to deploy an Apache Beam batch processing pipeline in a GCP project. My pipeline will read from an Elasticsearch cluster in AWS OpenSearch. Here's my code that I've written for doing the ...
0
votes
0answers
8 views

Jenkins Kaniko Failed to Push to GCR

I have Jenkins running in Kubernetes along with Kanika to build image, and I want to push to GCR. And for the service account, I use "owner" level service account (just for PoC). My pipeline:...
0
votes
1answer
10 views

Big Query is not able to convert String to Timestamp

I have a BigQuery table where one of the column (publishTs) is timeStamp. I am trying to upload a parquet file into same table using GCP UI BQ upload option having same column name (publishTs) with ...
0
votes
0answers
5 views

Getting array data from firestore in DataRow in flutter

i have been struggling with a issue wherein i want to show data of all products from an order in a data table, but when i am calling for rows, i am getting only the first entry and all other products ...
0
votes
0answers
6 views

Firebase Auth to existing custom login flow with Phone Number

I have an app which is already published on the play store and uses some firebase databases whose security rules are public. So in order to make the rules private and fit in the security rules. I ...
0
votes
0answers
8 views

Why pulling message have nothing google pubsub?

I have subscription VIEW_TOPIC with pull strategy. Why I cannot see any message although have 7 delay messages? I cannot figure out what am I missing. By the way, I'm running subscriber on k8s GCP. I ...
0
votes
0answers
9 views

Unable to receive notifications from expo notifications using Firebase cloud messaging?

I want to receive push notifications from my app using firebase and expo-notifications. I have read how to use FCM to send push notification in expo and have done the following steps: Add the google-...
0
votes
1answer
11 views

getting description of bigquery table

I am trying to get the description of a bq table using the following: val bigquery = BigQueryOptions.getDefaultInstance().getService() val table = bigquery.getTable(tableId) tableDescription = table....
0
votes
0answers
11 views

Manipulating a JSON file for Firebase

I am trying to upload a JSON file to Firebase using python but keep getting the error message: "Key value can't be empty or contain $ # [ ] / or ." My JSON file(extract bellow) does contain ...
0
votes
0answers
4 views

.map is not a function in Google Earth Engine

I am trying to normalize my data. But it says, .map is not a function. How can I come up with this? var Stprep = raindata.subtract(ltamean).divide(ltastd); var SPI = Stprep .map(function(image){ var ...
0
votes
0answers
9 views

Specifying Node.js version for Google Cloud App Engine Flexible

I'm trying to deploy a GCloud App Engine Flexible service. I have a yaml file, in which it has the Node.js runtime and the env specified. runtime: nodejs env: flex As the documentation says "You ...
0
votes
0answers
6 views

Flutter Firebase | Bad state: field does not exist within the DocumentSnapshotPlatform

Good day, I am trying to retrieve data from a sub-collection in firestore but I get this error Bad state: field does not exist within the DocumentSnapshotPlatform. I am not sure what I'm doing wrong ...
0
votes
0answers
12 views

Streambuilder snapshot.hasData never gets true although there is data in snapshot

In my App I want to fetch data from firestore and show the snapshot on the screen. Therefore i use a Streambuilder and as soon as data is loaded i want to show it. This is my FireBase Service Class: ...
0
votes
1answer
15 views

Google Cloud and Google.Cloud.Functions.Framework

I'm using Google Cloud function with .net core and Google.Cloud.Functions.Framework to log user activity. I've considered to use DB to store these activities, however at first step I will try to store ...
0
votes
0answers
8 views

Give gcloud virtual machine a custom domain

Hi I am currently using a gcloud virtual machine as a ftp server. I would like to give the virtual machine one of my custom domains, (I use godaddy). My current VM address is something like this 64....
0
votes
0answers
9 views

DNS mapping for GCP DataFlow Kafka to BigQuery

Hello i'm trying to run a job to read some events from a kafka hosted outside GCP using dataflow, the job is ran on a VPC network. Problem is the kafka is configured to answer with hostname instead of ...
0
votes
0answers
12 views

Firebase auth with SMS

I have this code: var applicationVerifier = new firebase.auth.RecaptchaVerifier('recaptcha', { 'size': 'invisible', 'callback': (response) => { console....
0
votes
1answer
9 views

Google Cloud Run - Request delays

We are currently testing out Google Cloud Run for a node.js docker-service. So far it seems pretty neat, but when the service has been idling for some time, it seems that the first request is pretty ...
-1
votes
1answer
29 views

Syntax error: Expected end of input but got keyword WHERE at [4:1] in BigQuery

I want to get only those rows where product is fan. The table and SQL code are: Table - _customer_data.customer_purchase_ row product 1 fan 2 fan 3 bed Code SELECT * FROM 'customer_data....
0
votes
0answers
8 views

GCP - Velostrata target cloud extension

I have setup Velostrata cloud extension, but it is getting failed with the below error: "Instance null is not accessible on port 443", I am getting this error for both Edge A and Edge B. ...
0
votes
0answers
8 views

How do we find out the google smart home action data server location?

I am trying to find out the google data server location for Smart Home actions. Could someone pls help me out
0
votes
0answers
14 views

Firebase is not starting the fuctions [closed]

Firebase says in console that it starts the code, but it actually does anything. Please help me. it is not deterministic
0
votes
3answers
24 views

Retrieving Firebase Data in a config.js file for React Native Expo App

I've been developing a React Native Expo App which is compatible with both iOS and Android devices. In this app I need to retrieve and render data from my google firebase database. I would like to ...
0
votes
0answers
6 views

How to resolve the error of Google Speech-To-Text Error?

I have setted package.json file. "scripts": { "start": "set GOOGLE_APPLICATION_CREDENTIALS=/My Path/my.json && node app.js" }, but, I have a Error like this, ...
1
vote
1answer
19 views

CollectionGroup Query returning an empty result

I am working on an app that helps users search for their desired medication in nearby pharmacies then shows a list of the pharmacies that have the drug in stock with prices. Here is the structure of ...
1
vote
1answer
12 views

GCP - switching to service account method

Following Coursera Architecting with Google Kubernetes Engine for switching to Service Account. It says create and download a key file and authenticate using the key. Is this the common way in GCP? ...
0
votes
0answers
15 views

Saving Angular form data to database

I have set up a form in my Angular app, containing a bunch of fields; such as age, gender, etc... as well as username and email address. For example: <label><b>Gender</b></label&...
0
votes
0answers
5 views

How to capture a phone number in Dialogflow and send an SMS to that number?

I have a Dialogflow es bot which captures the user's phone number and later when a ticket is generated I want the hot to send a SMS to the user with the ticket number ?
0
votes
0answers
21 views

Flutter Firebase - Not returning user-specific profile data

I have created two user profiles. I am trying to return user-specific profile data upon login but I seem to only be getting data from one profile. When I create a new user and logout, I only get user ...
0
votes
0answers
13 views

How can I separate logs in Google Cloud Logging within a single Python application?

I have written a Python 3.8.6 package to orchestrate and run several tasks on a Compute Engine instance, separated into several sub-packages. package/ __init__.py subpackage1 ...
0
votes
0answers
8 views

firebase cloud messaging data reading

We added firebase cloud messaging to our Flutter project. We do our real-time messaging here. I need to read firebase cloud messaging data. I could not find how to do information such as the number of ...
0
votes
1answer
13 views

How to register a user whose email contains a capital letter in Firebase Authentication

I am using Firebase email and password authentication for user authentication in my app. One user's email contains uppercase letters, but when I add the user on the Firebase console, it creates a user ...
0
votes
0answers
12 views

Defining a ClusterRoleBinding for Terraform service account

So I have a GCP service account that is Kubernetes Admin and Kubernetes Cluster Admin in the GCP cloud console. I am now trying to give this terraform service account the ClusterRole role in GKE to ...
0
votes
0answers
10 views

BitBucket Deploy to Google Cloud appEngine could not find file Django

I have .yml file for pipline of django the code for deploye is - pipe: atlassian/google-app-engine-deploy:0.7.3 variables: KEY_FILE: $KEY_FILE PROJECT: $PROJECT ...
0
votes
0answers
10 views

Updating Array of Structs in BigQuery

I have a table schema as responses.profile_metadata.last_name where responses in an array and profile_metadata is a struct with last_name, first_name, dob, etc. and i need to update the value of ...
0
votes
0answers
8 views

Google OAuth API verification process allowed urls

I have a question related to Google OAuth API verification process and combination of urls used in project setup of our web application (Application home page, Privacy ppolicy link, javascript origin,...
0
votes
0answers
9 views

Dialogflow how to create parameters using javascript

I want to create an intent that takes two parameters. For example if the input text (training phrase) is "test", it should ask for the first value then the second value. What I have done is: ...
0
votes
0answers
3 views

Why does my monthly targets in data studio keep changing and does not remain fixed in a table?

So I have made a table in data studio where by I am comparing sale reps actual revenue against their set targets in a month. My data source is google sheets and I have also created a 'target revenue' ...
0
votes
1answer
30 views

SQL Date Formatting from String

I am stuck trying to convert the following strings formatted like this 26-09-2021-02-54-03 (DD-MM-YYYY-hh-mm-ss) into timestamp or in this format YYYY-MM-DD HH:DD:SS in BigQuery. Any idea how to ...
-1
votes
1answer
23 views

Not able to do locate subfolder of a php application

how can i view and edit this file www.example.com/about.php?service=training,its hosted on google compute engine, i can access about.php from htdocs ,my focus is to edit some text on the training ...
0
votes
0answers
26 views

postValue() not working for MutableLiveData

I am trying to build chat functionality but I am facing trouble with postValue() in livedata. here is the function where live data is updated fun getChatMessages(id : String){ val db = ...
0
votes
0answers
6 views

GCloud IAM Restore

I was with the "Owner" role and accidentally I changed it to the "Editor" role. Now, I can't find how to change it back to "Owner" role. I am seeing the below error. You ...
0
votes
0answers
4 views

Find session leakage in Google analytics sessions

I am working on a problem where I have to identify the user leakage in GA sessions Detail: I have ids or SKUs of given products of Brand X in as a subquery, I have similarly taken out SKUs of the ...
0
votes
0answers
16 views

Is there any way to process more than 190M data points efficiently for reverse geocoding?

I have been trying to process 190M data points to implement reverse geocoding. The data is sitting in google bigquery and can also be accessed through parquet files. I have been trying to convert the ...
0
votes
0answers
11 views

Product List Position in Google Analytics Event Table

I want to analyze for Product List Position in Google Analytics Event Table. However, Our Technical Team made a wrong installation to product list position. Some items' position starts 0. How to fix ...
0
votes
0answers
15 views

Cloud Domain Registration Restriction thorugh Organization Policy

I would like to restrict any users (Admin) to register the domain in cloud domain registration through organization policy? I couldn't see any constraints for the Organization Policy? Looking for some ...
0
votes
1answer
23 views

How to create pdf file from data sent in firebase cloud function

I want to generate invoice pdf by using firebase cloud function. It should be like upon calling cloud function from client side, data should be sent and that data should be bind with saved html ...
0
votes
2answers
24 views

LateInitializationError: Field 'chatRoomsStream' has not been initialized in Flutter

I'm building a Messenger app on Flutter using Firebase and when I click to chat with another user - I get this exception before the previous messages are loaded. ======== Exception caught by widgets ...
0
votes
1answer
14 views

why firebase authentication is slow?

I am building a login page in my React app using firebase (sign in with google redirect the user method) and it is working but it takes almost tow seconds for firebase to get the current user, which ...
2
votes
0answers
19 views

Is there a way to deploy scheduled queries to GCP directly through a github action, with a configurable schedule?

Currently using GCP BigQuery UI for scheduled queries, everything is manually done. Wondering if there's a way to automatically deploy to GCP using a config JSON that contains the scheduled query's ...

1
2 3 4 5
5236