Skip to main content
Ask questions and share your thoughts on the future of Stack Overflow. Join our first live community AMA this Wednesday, February 26th, at 3 PM ET. Learn more

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.
335.5k Questions
+150
61.2k Members
+156
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
11 views

Firebase Realtime database producing strange results by using .get() vs .once()

I'm experiencing something strange. I am storing a users messages sent from a flutter application inside the RTDB under the path MessageData/messages/{uid}/{message_uid} and was normally retrieving a ...
0 votes
0 answers
8 views

Google BigQuery - setup organization

I want to set up organization for Google BigQuery and following steps creating-managing-organization starting with GCP Sign-up. I am not able to go past this page because someone from my company has ...
0 votes
0 answers
13 views

Deleting email/password sign-in method from a Firebase user

A project I'm working on allows users to create an account, but they aren't granted any real access until their email is verified. I also allow sign-in with Google. However, I've realized that this ...
0 votes
0 answers
9 views

ray.init() called, but ray client is already connected error in a cloud run

I have this code running in a Cloud Run container in GCP import os import sys import logging import json import time import ray import google.protobuf.json_format from flask import Flask, request, ...
0 votes
0 answers
19 views

Adding Firebase to gradle build for Anroid app: "Add rules to include the Google Services Gradle plugin"

while adding the firebase authentication SDK to your app in authentication SDK authentication SDK build.gradle (project-level) Add rules to include the Google Services Gradle plugin: classpath '...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

2 votes
1 answer
71 views
+50

Correctly catching network and other errors in Flutter

I'm a little lost with handling Flutter errors. From what I've seen by now, the majority of the SDKs do not explicitly state the errors that they can throw, unlike other programming languages. It ...
1 vote
1 answer
46 views
+50

Why are BQ snapshots using the full storage amount of the original table?

I was hoping for an explanation of some unexpected BQ snapshot behavior. Here's a minimal example to create a table and snapshot it twice: -- Create a partitioned table and populate it with data ...
2 votes
2 answers
65 views
+100

CI pipe failing to connect to test database

When I try to run my app's test suite in a CI pipe using Google Cloud Build, the process fails during the tests step with a database authentication error: error: password authentication failed for ...
4 votes
0 answers
207 views
+100

2025 How to disable reCaptcha in firebase phone-auth (OTP) android without SafetyNet or DeviceCheck

I know that this question has been posted multiple times but most of the answers are deprecated or not valid for 2025 since SafetyNet is deprecated for new apps and Android DeviceCheck API is also ...
0 votes
1 answer
60 views
+100

Sending push notification using FCM .NET SDK, how can I replace the status bar icon?

I am sending push notifications from a .NET web application, using the FCM Admin .NET SDK (FirebaseAdmin 3.1.0). I have set the ImageUrl and Icon properties, and while the image shows up as expected, ...

Learn something new
These are the most recent articles in Google Cloud Collective
1 vote
307 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
  • 863
5 votes
1k 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
  • 863
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
202 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
652 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