Skip to main content

Google Cloud Collective

A collective for developers who utilize Google Cloud’s infrastructure and platform capabilities. This collective is organized and managed by the Stack Overflow community.
334.3k Questions
+278
56.5k Members
+168
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
7 views

Combining Multiple 'where' Conditions with Timestamps in a Firestore Query in Flutter

I want to retrieve documents from a Firestore collection in Flutter that match a specific list of IDs and have an updated date newer than the cached date stored on my device. QuerySnapshot ...
0 votes
0 answers
13 views

Some eastern European phone numbers not working with firebase phone auth

so I'm using Firebase Phone Auth in my production web app and I am experiencing some issues with some phone numbers. The issue mainly occurs with phone numbers from Slowenia (+386) Hungary (+36) and ...
0 votes
0 answers
6 views

gcloud functions deploy fails: One or more users named in the policy do not belong to a permitted customer

I'm trying to deploy a Cloud Function named generate_image with gcloud functions deploy. Here is the command I am trying: gcloud functions deploy generate_image \ --gen2 \ --runtime=...
3 votes
0 answers
32 views

How to export a Datastore Kind to Google Cloud Storage that is from a different database than (default)?

In this documentation provided by google cloud I cannot find any property to set for datastoreId. I am using the code from one of the answers that was given to this question, to export kinds that are ...
0 votes
0 answers
7 views

i'm working in android studio using flutter to create an app but i'm failing to connect to firebase to signup or login user. can you help me

E/flutter (10369): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Nonnull field &...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
27 views
+100

Correct user consent flow for compliance with GDPR and ATT requirements using Firebase Analytics and AdMob

My team & I have been banging our heads against the wall lately. We’re working on an app and are utilising Firebase Analytics and AdMob. We’re trying to ensure/confirm that our user consent flow ...
0 votes
0 answers
58 views
+50

How can I add the Firestore SDK to an Oracle JET project?

I am attempting to add the Firestore client SDK to an Oracle JET project. I have run the following command to add the package to my project: npm install [email protected] --save After this, I know ...
0 votes
0 answers
16 views
+50

Sending a notification targeting users by language or country/region doesn't work using Firebase Console

While composing a notification in Firebase Console you can target user segments by various criteria. I need to cover multiple languages, so I expected I could send one notification per language and ...
0 votes
1 answer
72 views
+100

How do I create a backup of an external PostgreSQL in Google Cloud Functions?

We have a PostgreSQL cluster that we want to back up to Google Cloud Storage on a schedule. I'm planning on creating a Cloud Function that runs on a schedule. Because our databases aren't stored on ...
0 votes
1 answer
57 views
+50

Firebase Test Lab instrumentation Test for Android App - Prevent tests being counted as sessions/new users in Firebase / GA statistics

I have run my first Test Lab Instrumentation Test on my Android App via Firebase by uploading my debug.apk and selecting some virtual and real devices to test on. The test itself ran through ...

Learn something new
These are the most recent articles in Google Cloud Collective
1 vote
163 views
1 minute read
Knowledge article

Understanding Multi-Attach Errors in Google Kubernetes Engine

Recently, I encountered the following error while working with a statefulset that had only one replica: Warning FailedAttachVolume attachdetach-controller Multi-Attach error for volume <pvc_name>...
Nani's user avatar
  • 797
6 votes
405 views
1 minute read
Knowledge article

The upgrade to GKE 1.26+ activates cgroup v2, causing disruptions to java based workloads.

Hey folks at GKE As the GKE v1.25 is nearing its end-of-life, it is important to understand the impact of the upgrade before proceeding with the cluster upgrade operation. I have come across an issue ...
Nani's user avatar
  • 797
3 votes
21k views
3 minute read
How-to guide

How to complete GCP Docs/Tutorial when your Organization Policy blocks External IPs?

How to complete GCP Docs/Tutorial When Your Organization policy blocks External IPs on VMs? In this how-to you will be resolving a common Organization policy constraint of not allowing External IPs on ...
codeangler's user avatar
0 votes
172 views
2 minute read
Knowledge article

Solving Firebase v9 Code Clutter with a Dot Pattern Helper Class in TypeScript To Help Maximize Firebase v9 bundle Efficiency

Since the release of firebase v9, the bundle size of the client has reduced substantially since now the functions that are used are the only ones being imported and bundled. But this modularity comes ...
Muhammad Faizan's user avatar
2 votes
521 views
6 minute read
Knowledge article

8 Labs by Google Cloud The Arcade — Trivia Jul 2023

If you've never heard The Arcade by Google Cloud, it's a Qwiklabs and Google Cloud program where they create a learning experience for you where you can win prizes and measure your cloud knowledge ...
Maureen Barahona's user avatar