Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
11 views

I'm trying to build an app, and a trivial part of the app is creating and joining "groups", as in chat groups. The first part is working well, any user can create groups and they get stored ...
Ritvik Neel Das's user avatar
1 vote
0 answers
79 views

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 ...
Marcos Álvarez's user avatar
0 votes
0 answers
50 views

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 ...
Howard Feng's user avatar
-5 votes
0 answers
85 views

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-...
DoctorWho's user avatar
  • 1,148
-2 votes
0 answers
94 views

🔐 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 ...
Chandu Kharat's user avatar
0 votes
0 answers
88 views

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-...
TomkejanUFO's user avatar
1 vote
2 answers
123 views

QuerySnapshot profilesSnap = await _firestore .collection('users') .doc(userId) .collection('profiles').doc("default").collection("incomeRecords") ...
AFAQ AWAN's user avatar
  • 119
Advice
1 vote
1 replies
69 views

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 ...
Erwan Lecomte's user avatar
-2 votes
0 answers
33 views

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" ...
sodaCodes's user avatar
1 vote
1 answer
89 views

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 / ...
jeanlafleur's user avatar
0 votes
1 answer
83 views

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 ...
falsetto's user avatar
  • 789
0 votes
0 answers
97 views

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 ...
Skoyntoyflis's user avatar
-1 votes
0 answers
95 views

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 ...
Hamza's user avatar
  • 31
0 votes
1 answer
82 views

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 ...
Dharmik Ghori's user avatar
2 votes
0 answers
93 views

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) { ...
Bart Friederichs's user avatar

15 30 50 per page
1
2 3 4 5
9572