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.
332.4k Questions
+414
54.2k Members
+217
Contact

Pinned Bulletins

View all 1 bulletins

Google Cloud has some news to share

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
3 views

Firestore data not saving: receiving error upon clicking save button

/TrafficStats(31499): tagSocket(3) with statsTag=0xffffffff, statsUid=-1 W/Firestore(31499): (24.11.0) [WriteStream]: (a60a66d) Stream closed with status: Status{code=UNAVAILABLE, description=Channel ...
0 votes
0 answers
4 views

If I have a network image path, I want to upload to firebase storage. How can I upload image by image url?

I want to upload the network image path to the storage. The image URL like https://firebasestorage.googleapis.com/v0/b/elderlyapp-b7344.appspot.com/o/MedImages%2FJkgWeoMvT1gYoa0YnBvxQU6qPef1_2024-04-...
0 votes
0 answers
7 views

Booking Mobile App cant show time on schedule as button grey

import React, {useState, useEffect} from 'react'; import { Text, View, StyleSheet, Dimensions, Image, ScrollView, FlatList, Alert, TouchableOpacity, TouchableWithoutFeedback, } ...
1 vote
0 answers
5 views

Firebase authorisation problem (showing invalid email )

First of all I am a devloper in his mobile I mean I am devloping on my personal mobile with the help of replit app now I just want to say due that there is a limitation to those who want to solve my ...
0 votes
0 answers
6 views

-undefined dynamic_lookup is deprecated on iOS

Since an unknown time I'm getting the warning: -undefined dynamic_lookup is deprecated on iOS in Xcode. As a backend I have Firebase, anyone have any idea how to resolve or investigate this? This ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
49 views
+100

Setup Google Ads Conversion Tracking With Firebase For iOS App - Swift

I'm trying to set up conversion tracking with Firebase. I followed Google's instructions but no conversions are showing. Google's Post Here is what I've tried so far: Code Implementation Set up ...
3 votes
1 answer
64 views
+150

Spring security CORS configuration not working after deploying to App Engine

After configuring the CORS settings within my Spring Boot application to only permit requests coming from my website, I encountered an unexpected behavior when deploying the application on App Engine. ...
1 vote
1 answer
32 views
+50

Unable to add TLS certificate to GKE from Google Secret Manager

I have stored the SSL certificates in the GCP secret manager. I'm using Helm to deploy the application and configure the GKE ingress load balancer. I followed this blog to add TLS certificate to GKE ...
1 vote
1 answer
61 views
+200

How to enforce trailing slash in Firebase hosting for directories only

I am using Firebase Hosting with cleanUrls. Firebase Hosting also allows to enforce trailing slashes in all URLs with: "hosting": { "trailingSlash": true } This will force a 301 ...
3 votes
2 answers
88 views
+500

Setting the app langauge and sending to firebase config always using the device system language

I have an android app and using remote config. I have this usecase and I want to send the app language change in that request. My app supports both English and Vietnam and the user can select their ...

Learn something new
These are the most recent articles in Google Cloud Collective
1 vote
51 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
  • 702
6 votes
131 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
  • 702
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
157 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
484 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