Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
react native auth provider effect not triggering for is authenticated check using firebase
Looker - Expected expression "filter_name" in "condition" to be a field name
Can we connect to Azure MySQL database from Google Data Studio
(although at least one Creator exists): no int/Int-argument constructor/factor -
SQL/BQ Error: there is no matching signature
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
Android - Firebase events not showing up in some devices
How to add certificated to clusterip service
Firebase Upgrade to 10.24.0. Unit Test are failing with 'FirebaseApp' instance must be configured even though App has FirebaseApp.configure call
Only last notification appears on iOS after switching to online
How to implement 2FA in Laravel with Inertia.js and Vue 3?
Recommended answers
View all recommended answersThese answers have been recommended
Get documents according to a value of a field such that the field exists on some documents and not on others
Get all docs where favorite_color is empty string or if the field just doesn't exist. These are two different cases. Let's first start with querying for all documents for which the favorite_color ...
Flutter firestore: attempting to retrieve all documents of subcollection of the same collection
Your current code returns a single GestureDetector for each document based on the first image URL in the uPlantImageUrl array: imageUrl = snapshot2.data!.docs[0]['uPlantImageUrl'][0]; If you want to ...
How to drop retried events after x minutes in Firebase Functions 2nd gen
The onMessagePublished event handler receives a single CloudEvent typed argument which has a time attribute. export const sendNotificationToUserToken_2ndGen = onMessagePublished( { topic: ...
How to delete a field with a dynamic name from Firestore
The syntax to delete a field is: updateDoc(referenceToDocument,{ "fieldName": deleteField() }) If you want to use a variable as the field name, that'd be: updateDoc(referenceToDocument,{ ...
Does firebase consider only email and password login as an OTHER AUTH SERVICE or an IDENTITY PLATFORM? Also what about google popop o-auth?
These days you can use authentication/identity services in Firebase in two ways: With just Firebase Authentication, in which case you don't pay for users that sign in with email/password or many ...
See what's trending
View all trending questionsThese are the most active questions in Google Cloud Collective
How to handle notification when app in background in Firebase
Flutter and google_sign_in plugin: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null)
google-services.json for different productFlavors
No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() in Flutter and Firebase
Default FirebaseApp is not initialized
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