Skip to main content
1 vote
0 answers
49 views

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 &...
Marc Van Daele's user avatar
0 votes
0 answers
96 views

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 ...
Marc Van Daele's user avatar
0 votes
0 answers
43 views

await FirebaseAnalytics.instance.logAddToCart( // Standard fields (Passed as direct arguments) currency: BlocProvider.of<AuthCubit>(context).currency, value: (widget.project....
mohamed alaa's user avatar
1 vote
1 answer
100 views

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 ...
purezen's user avatar
  • 673
-2 votes
1 answer
86 views

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/...
Naitik's user avatar
  • 1
Advice
0 votes
0 replies
61 views

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--...
Malwinder Singh's user avatar
0 votes
1 answer
54 views

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 ...
danieljancar's user avatar
3 votes
1 answer
65 views

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 ...
Kretin's user avatar
  • 268
-2 votes
0 answers
58 views

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 ...
Sebastien Bravo's user avatar
0 votes
0 answers
51 views

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 ...
Visal Rajapakse's user avatar
0 votes
0 answers
86 views

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'"> <...
Nandu Kathmandi's user avatar
0 votes
1 answer
110 views

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 ...
Twitchables's user avatar
0 votes
1 answer
97 views

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 ...
Doug H's user avatar
  • 11
1 vote
0 answers
65 views

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 ...
Nathan Nagy's user avatar
2 votes
0 answers
82 views

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 ...
CDStefan's user avatar

15 30 50 per page
1
2 3 4 5
9559