143,566 questions
1
vote
0
answers
12
views
Xcode 26 cannot find SPM modules
recently I've updated to MacOS 26.2 without knowing this would break compatibility with Xcode 16.4, so I am forced to use Xcode 26 to continue working on my project. I use SPM for dependencies. I've ...
0
votes
0
answers
23
views
GA4 BigQuery Daily Export Missing Data After Specific Date
I have a GA4 property linked to BigQuery for daily export (both iOS and Web data streams selected, “export all events” enabled, no filters).
Everything was working fine until 2025-11-23, when the ...
-4
votes
0
answers
64
views
Failed to resolve: com.google.firebase:firebase-auth from dev.gitlive:firebase-auth [closed]
I'm facing with that error in sync of my projects. I've not changed anything from yesterday. Anyone know how and why?
I'm using that library on my toml:
firebase = "2.1.0"
firebase-...
-2
votes
0
answers
78
views
Firebase Phone OTP verification fails for testers in Play Store Closed Testing (Error: OTP Expired) [closed]
🔐 Firebase Phone OTP Issue in Closed Testing – Need Expert Guidance
I’m facing a very confusing issue with Firebase Phone Authentication (OTP) in a production build during closed testing, and I’d ...
0
votes
0
answers
75
views
ERROR FIREBASE XCODE: Support Files/gRPC-C++/gRPC-C++-dummy.m module map file
After installing modules shown below I keep getting this error, after trying to run an app in Xcode:
firebase: 11.1.0
@react-native-firebase/app: 23.7.0
@react-native-firebase/auth: 23.7.0
@react-...
1
vote
2
answers
106
views
Firestore collection -> doc -> collection returning empty list in flutter
QuerySnapshot profilesSnap = await _firestore
.collection('users')
.doc(userId)
.collection('profiles').doc("default").collection("incomeRecords")
...
Advice
1
vote
1
replies
66
views
Firebase OnSnapshot Costs
I am pretty new to firebase and firestore and I just discovered onSnapshot method. I was wondering how much read an onSnapshot query is worth. I don't understand if it read the whole collection and ...
-2
votes
0
answers
33
views
Why is my setter is grabbing the wrong ID? [duplicate]
I'm using Firebase for my database, as well as HTML, CSS and jsx for the frontend.
I have the following dropdown menu:
<select
className="seleccionar-empresa"
...
1
vote
1
answer
77
views
Redirect doesn’t fire reliably after logout/login with StreamProvider user profile
I’m building a Flutter app using go_router + Riverpod + Firebase Auth + Firestore (for user profiles). I’m trying to drive navigation/redirects based on:
Firebase auth state (logged in / logged out / ...
0
votes
1
answer
73
views
Firebase manual initialization
I’m using multiple Firebase configurations in my project that change at runtime. The setup follows the approach described here: https://github.com/firebase/firebase-android-sdk/issues/66 — meaning I’m ...
0
votes
0
answers
86
views
Firebase push notifications not received when browser tab is inactive
I have a web app sending notifications to users when a message is sent. I think I have set up the Firebase worker correctly, but I don't receive the notifications when the tab of the browser is not ...
-1
votes
0
answers
93
views
Flutter + Firebase not working when device is connected to certain VPNs (SSLHandshakeException, ERR_CONNECTION_CLOSED)
I'm seeing a consistent issue across multiple Flutter apps, not just one project.
Whenever the user's mobile device (Android or iOS) is connected to specific VPN providers, the Flutter app fails to ...
0
votes
1
answer
78
views
Firebase Cloud Function for app_remove Event Not Triggering in Production
I have a Firebase Cloud Function written in JavaScript (Node.js) that should trigger when Firebase Analytics logs the app_remove event from Android devices.
When triggered, the function is supposed to ...
2
votes
0
answers
89
views
What domain to add to Firebase Authentication for Firebase Studio with Google Auth?
I'm using Firebase studio to generate a small app, with Google Auth enabled. The app shows up fine, but when trying to use the Google Auth, like this:
async function logInWithGoogle(auth: Auth) {
...
Advice
2
votes
0
replies
75
views
Why is my DAU different between Google Play Console, Firebase Analytics, and AdMob?
I’m having an issue with my DAU (Daily Active Users) numbers. I have two Android apps on Google Play, and the Google Play Console shows the following:
App 1: ~20,000 DAU
App 2: ~11,000 DAU
Total: ~...