Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
How the firestore support custom class and also custom class supoort FieldValue with typescript?
Expo React Native Firebase App iOS crashes when opening navigating to auth screens
Vertex AI `gcloud ai models list` returns "Listed 0 items" on a fully activated project
How do I use the files I uploaded to Google Drive via the API in an img HTML tag
How can I track Cloud SQL backup costs per instance in GCP if resource.id is missing in the billing export?
Recommended answers
View all recommended answersThese answers have been recommended
Correct firebase rules for deleting a document with subcollections via web [closed]
There is no way you can delete a document along with the sub-collections that exist within that document in a single go. So in your case, you have to delete all documents that exist within the "...
How to check if attribute matches in an array of maps
Checking whether an item is in an array in Firestore (both its query API and its security rules) requires that you specify the full item. There is no way to check for a partial match. The common ...
Is It Safe to Use stream() Inside a Firestore Transaction in Python?
You shouldn't do any reading or writing (including, but not limited to stream) of the database within a transaction that doesn't use the provided transaction object. That's because 1. Transactions ...
How to delete Firestore document when a user closes the web page [closed]
As Pointy commented, there is no reliable way to perform an action on a client right before a web page is closed. The closest equivalent is to use the onDisconnect feature of the Realtime Database (...
Firestore cardinality vs effective cardinality in Composite Indexing
With a query like the one you show here, which contains only equality filters and only one ordering, the order of the equality filters in the query doesn't matter. Firestore (like most production ...
See what's trending
View all trending questionsThese are the most active questions in Google Cloud Collective
Flutter and google_sign_in plugin: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null)
How to handle notification when app in background in Firebase
Default FirebaseApp is not initialized
google-services.json for different productFlavors
No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() in Flutter and Firebase
Understanding Multi-Attach Errors in Google Kubernetes Engine
The upgrade to GKE 1.26+ activates cgroup v2, causing disruptions to java based workloads.
How to complete GCP Docs/Tutorial when your Organization Policy blocks External IPs?
Solving Firebase v9 Code Clutter with a Dot Pattern Helper Class in TypeScript To Help Maximize Firebase v9 bundle Efficiency
8 Labs by Google Cloud The Arcade — Trivia Jul 2023
Simply submit a proposal, get it approved, and publish it.
See how the process works