143,382 questions
1
vote
0
answers
49
views
Control Firebase AppCheck ReCaptcha Enterprise billing
I'm using Flutter web and reCAPTCHA enterprise. I would like to reduce the cost of reCAPTCHA enterprise and hence I would like to reduce the number of assessment requests.
In Firebase, I've increased &...
0
votes
0
answers
96
views
Firestore queries are very slow on some devices/accounts [closed]
We have a Dart/Flutter (web) application using Firebase/Firestore.
We get reports from schools that some Firestore queries are very slow (>30s). This happens on Chromebooks but only for some ...
0
votes
0
answers
43
views
FirebaseAnalytic revenue
await FirebaseAnalytics.instance.logAddToCart(
// Standard fields (Passed as direct arguments)
currency: BlocProvider.of<AuthCubit>(context).currency,
value: (widget.project....
1
vote
1
answer
100
views
Lost Firebase local emulator data. How to retrieve it?
I am using Firebase local emulator for development.
Usually, it runs fine, but in some instances, I have lost data updates in it.
It happened last yesterday after I restarted my PC.
I remember the ...
-2
votes
1
answer
86
views
How to prevent stale FCM tokens in an Android app when users open the app after a long time (e.g., 30 days)? [closed]
I have an Android ed-tech app that uses Firebase Cloud Messaging (FCM) for push notifications.
Some users open the app only after 30+ days. In those cases:
The FCM registration token becomes stale/...
Advice
0
votes
0
replies
61
views
Mistakenly deleted in Firebase Studio, but hosted online and on cloud, can I get files?
I mistakenly deleted FIrebase Studio project but:
I have firebase console project related to this project and also, this app is hosted (published) online and is live (URL in form https://studio--...
0
votes
1
answer
54
views
Calling Firebase Messaging through Functions throws unknown error
I want to send push notification with Firebase Messaging through Firebase Cloud Functions. This is because I'm using a AdminUI and want to implement a custom screen for sending simple push ...
3
votes
1
answer
65
views
Firestore queries taking a long time for a new field in document
I was querying for mentions of a user name with this query:
QuerySnapshot query = await profileRef
.where('name', isGreaterThanOrEqualTo: name)
.limit(8)
.get();
This query takes less ...
-2
votes
0
answers
58
views
Firestore PERMISSION_DENIED with Valid App Check Debug Token [duplicate]
My Android application is consistently receiving PERMISSION_DENIED errors from Firestore, even though my user is correctly authenticated and App Check is configured for debug builds.
I have confirmed ...
0
votes
0
answers
51
views
Expo (SDK 52) + RNFB: `setBackgroundMessageHandler` not invoked in quit state (iOS)
Context
I have an Expo SDK 52 app (dev build) using React Native Firebase Cloud Messaging and Notifee for push and local notifications. FCM token registration and foreground/background notification ...
0
votes
0
answers
86
views
Firebase Release Monitoring Not Updating for Android in .NET MAUI (net9.0)
I am working on a .NET MAUI (net9.0) project. For Android, I am using the following NuGet packages:
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0-android'">
<...
0
votes
1
answer
110
views
Firebase Firestore App Check and anonymous auth always return null
I have been working on this project and would like to add app check and auth. When app check and auth is not on the rules, the document is being saved. But when added docref appcheck is null. I am ...
0
votes
1
answer
97
views
How do I access lists within an object of a variable read from a firestore database?
This is a question related to parsing list/array data. I can create and update collection documents and I can read the total collection of all documents. Once the collection is read, I can cycle ...
1
vote
0
answers
65
views
Firebase deployment fails with "Changing from an HTTPS function to a background triggered function is not allowed" on a new, non-HTTPS function
I am completely blocked trying to deploy a new Cloud Function to my Firebase project (work-scheduler-8525d). I am trying to deploy a simple, 2nd Gen background-triggered function that responds to a ...
2
votes
0
answers
82
views
Firebase AI App Check: Real-time Live API requests showing as Unverified while standard Generative AI requests are Verified
I am using the Firebase AI Logic SDK in my Android application (Kotlin/Compose Multiplatform). I have implemented Firebase App Check using the Play Integrity provider.
In the Firebase Console, I can ...