143,222 questions
0
votes
0
answers
41
views
firebase error in mit app inventor: unable to invoke method StoreValue in object of type boolean [closed]
Error from Companion: error: undefined variable. (irritants: yail/com.google.appinventor.components.runtime.FirebaseDB)
when I use firebaseDB1.storeValue it shows,
invoke: unable to invoke method ...
1
vote
1
answer
89
views
React native firebase notifications quick action [closed]
We have a chat application built with React Native, and we are using React Native Firebase Cloud Messaging (FCM) for notifications.
We have a requirement to support quick actions in notifications, ...
1
vote
0
answers
135
views
React Native Firebase Firestore getDoc() hangs indefinitely after setDoc() [closed]
I'm using @react-native-firebase/firestore in a React Native app.
I'm experiencing a strange issue where getDoc() hangs indefinitely after a previous setDoc() call on the same document.
The important ...
1
vote
0
answers
192
views
Android Credential Manager Google Sign-In fails with DEVELOPER_ERROR and "Unknown calling package name 'com.google.android.gms'"
I have been using Credential Manager for several months, but recently in March the sign-in in my application stopped working. The app freezes and it becomes impossible to complete the sign-in process.
...
0
votes
0
answers
59
views
Angular: An error occurred while prerendering route
I have an Angular v21 app that I've configured to use SSR, and it is failing on certain prerendered routes while trying to build, with unclear errors. I've looked around and tried different ...
0
votes
1
answer
71
views
Broken session_start in Firebase for Android
I've got a random issue in my Android application where in most Firebase crash logs I have an obscene amount of session_start events coming out of nowhere. I've never seen this on my other projects, ...
Advice
1
vote
1
replies
63
views
Play console rejecting app for not way of showing data removal
Recently I integrated Firebase analytics and crashlytics to track user events and detect crashes to optimize app performance.
In my app, I don't have any single user information, I just track to know ...
0
votes
1
answer
77
views
Firestore in MongoDB compatibility mode gives error: Firestore API data access is disabled
Using Firestore SDK for NodeJS:
initializeApp();
const db = getFirestore("db-name");
.....
const ref = db.doc(`${firestoreCollectionUsers}/${data.auth.uid}`);
const doc = await ref.get();
...
Advice
0
votes
7
replies
123
views
Using both Supabase and firebase in the same project
I am working on an application where I am using Supabase for auth and a database table to store records and Firebase now I am gonna use it for messaging and hosting purposes. So am I doing right or ...
Best practices
0
votes
1
replies
97
views
What GitHub repo structure is recommended for a full-stack Firebase project?
I'm working on a Firebase project that has a Flutter mobile app and static website (that uses Firebase Hosting), and it uses services such as Cloud Functions, Firebase Auth, and Cloud Firestore. ...
Advice
0
votes
1
replies
78
views
Firebase Storage bucket Persistence
My app stores image files in a storage bucket while the the link to those images are stored in a firebase record.
Is there a third party add-in for iOS and Android that will cache and queue these ...
1
vote
1
answer
124
views
Firebase Sign in with Apple returns invalid-credential despite valid Apple token (Flutter iOS)
I'm implementing Sign in with Apple on iOS using Flutter + Firebase Auth. Apple returns a valid token but Firebase rejects it with:
firebase_auth/invalid-credential — Invalid OAuth response from apple....
0
votes
1
answer
232
views
Google Sign-In (Expo React Native) failing with “Access Blocked: Authorization Error” in Firebase / OAuth setup
I’m building a React Native app using Expo (EAS / expo-auth-session) with Firebase Authentication.
Email/password login works perfectly, but Google Sign-In is failing with an “Access Blocked: ...
Advice
1
vote
4
replies
101
views
Is it possible for a newly requested FCM token to be identical to a previously expired one?
I would like to clarify whether FCM registration tokens can be recycled or reused.
User A's app Y request new token and get FCM Token X.
FCM Token X is expire.
User B's app Y request new token
in ...
Best practices
0
votes
1
replies
122
views
Subscription Status Mismatch Between Login Account and Store Account (Firebase + RevenueCat)
I’m currently building a subscription feature using Firebase Authentication for login and RevenueCat for handling in-app purchases. I’ve run into an issue when users log in with a different account ...