144,177 questions
0
votes
0
answers
13
views
Flutter + Firebase: Google Sign-In fails with App Check (Play Integrity) in closed testing or App Distribution
Body:
I’m developing a mobile app using Flutter and Firebase, and I’m experiencing an issue with Google Sign-In when using Firebase App Check with the Play Integrity provider.
Setup:
Flutter mobile ...
-1
votes
0
answers
13
views
I have a flutter project that is failing to compile for iOS due to Property 'isHighDynamicRange' in SDWebImage library in iOS
here is my PodFile
# Uncomment this line to define a global platform for your project
platform :ios, '14.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
...
0
votes
1
answer
24
views
FCM push notification error: code: 'messaging/invalid-payload
I'm trying to implement FCM push notifications in a react.js app using Firebase Realtime Database Cloud functions, for the first time and stuck at this:
error: Message must be a non-null object
I've ...
0
votes
1
answer
33
views
Imported modules becoming undefined in TypeScript Firebase Functions
I'm using Firebase Functions in TS. When executing npm run-script build and starting the emulator, here's what it throws:
TypeError: Cannot read properties of undefined (reading 'user')
at Object.&...
0
votes
0
answers
28
views
React-Native play a sound notification when the app is closed or in the background IOS
My issue is that the notification sound works when the app is in the foreground, but it doesn't play when the app is in the background, even though the notification is received and displayed
1-Enable ...
0
votes
0
answers
19
views
How to handle dynamic product list for Apple In-App Purchases in Flutter (Firestore + in_app_purchase)
Question:
I'm developing a Flutter app for students (both iOS and Android) where users can purchase solved question papers and assignments. New items are added regularly by the admin through Firestore....
-1
votes
0
answers
42
views
GCP: Why can't my Backend Bucket find my public files?
Short Version:
I have configured a backend bucket on my load balancer and mapped it to /__/auth/, that bucket contains a publicly acessable file named handler, but when I hit /__/auth/handler I get an ...
0
votes
0
answers
21
views
Unresolved reference: 'firebase' in Kotlin Android project after adding dependencies
Caused by: org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
com.android.application
kotlin-android
kotlin-...
0
votes
0
answers
43
views
Fire base sign out works but doesn’t navigate [closed]
firebase signout not working when i printing the console it shows success navigation but screen does not change flutter
Used various AI models (grok,ChatGPT,Claude) but couldn’t solve my problem my ...
0
votes
0
answers
24
views
Unable to get the context.uid from the Flutter client side to reach the Cloud Functions
Problem
The getPotentialMatches Cloud Function in my Firebase project fails with the error User must be authenticated because context.auth is consistently undefined. The client sends a valid token, ...
0
votes
0
answers
23
views
React Native - Eas build to iOs using Windows - The Swift pod `FirebaseAuth` depends upon `FirebaseAuthInterop`
I'm trying to upload my app to iOs appstore using Windows. It's working like a charm to publish my app to Google playstore but I have no luck with iOs.
When I'm trying to eas build --platform ios i ...
1
vote
0
answers
63
views
Flutter Firebase Messaging not receiving messages from backend on iOS (works on Android and with Firebase Console)
I'm having an issue with Firebase Cloud Messaging in my Flutter app where:
On iOS: Messages only work when sent via Firebase Console, but not when sent from my backend
On Android: Messages ...
0
votes
0
answers
28
views
Why Firebase isAppVerificationDisabledForTesting Flag is not working?
We are experiencing inconsistent issues with the Auth.auth().settings?.isAppVerificationDisabledForTesting = true flag in our testing environment. Although we keep the SPM updated, the error occurs ...
0
votes
1
answer
35
views
Next.js Middleware: URL rewrite works in development but doesn't work in production
OBS: text translated with the help of AI
I am trying to use a middleware in Next.js to rewrite the URL for a subdomain (like dividas.dominio.com) to /dividas. The behavior works correctly in the ...
0
votes
0
answers
17
views
How to automate index creation when a Firestore `Error: 9 FAILED_PRECONDITION: The query requires an index` occurs [duplicate]
On certain queries with equality or ranges with orderBy, a Error: 9 FAILED_PRECONDITION: The query requires an index and a link is given, which can be used to generate the index. But this is manual ...