144,179 questions
0
votes
0
answers
10
views
Deleting email/password sign-in method from a Firebase user
A project I'm working on allows users to create an account, but they aren't granted any real access until their email is verified. I also allow sign-in with Google.
However, I've realized that this ...
0
votes
0
answers
19
views
Adding Firebase to gradle build for Anroid app: "Add rules to include the Google Services Gradle plugin"
while adding the firebase authentication SDK to your app
in authentication SDK authentication SDK
build.gradle (project-level)
Add rules to include the Google Services Gradle plugin:
classpath '...
0
votes
0
answers
18
views
Firebase Authentication in Extension for E-Mail Login with Manifest V3
I'm trying to authenticate users using Email Login from an extension. I followed the documentation (https://firebase.google.com/docs/auth/web/chrome-extension) on this topic and tried to import it in ...
1
vote
1
answer
17
views
How do I check the equality of a Firestore Reference in Firestore Security Rules?
For background, our database has a letterbox collection with a field called members, an array storing Firestore references to our users collection. In security rules, we need to check whether a user ...
0
votes
0
answers
28
views
angular, Firebase App Hosting cannot find api_key that is stored in Google Secret Manager
Simple app in angular. Storing data in firestore and using firebase auth.
I am hosting app thru firebase "hosting app" and using google secret manager to store there API_KEY, ...
0
votes
0
answers
18
views
Request solve Firebase FCM Notification Send Tool written in Flutter/Dart
are you smarter than AI?
We'll apparently I'm not and I'm getting an error when I hit the SEND button.
The error is flutter: Exception sending message: UnimplementedError.
This program made in Flutter ...
0
votes
0
answers
20
views
How i verify user session token coming from Firebase? [duplicate]
I'm building a login/signup app in jetpack compose using FirebaseAuth. How i verify current user token when user open app.
I want to achieve a similar behavior to how user is remain logged in even ...
0
votes
0
answers
19
views
Can not sign in to firebase-support page. How can I reach firebase support from another channel? [closed]
I need urgent quota increase in firestore db. I need to contact firebase support, but their sign-in button is not responding.
Their web site link.
I tried in-cognito mode of chrome, opera, firefox, ...
0
votes
0
answers
31
views
Why am i getting 500 internal server error Next js dynamic page route Firebase Production environment [closed]
Using Next js 15 with firebase
My dynamic page routes cant get data from firebase without giving 500 server errors in production only. I DONT see this in development and emulator environment.
I can ...
1
vote
1
answer
35
views
add firebase to axmol ios project
want to add Firebase to an Axmol Game engine ios project (https://github.com/axmolengine/axmol) .
I used to add the xcframeworks with CMake, but the firebase-ios-sdk does not have the xcframeworks. ...
1
vote
0
answers
20
views
Internal error when calling firebase auth's verifyPhoneNumber on IOS device
In a Flutter app, when calling Firebase auth's sms authentication FirebaseAuth.instance.verifyPhoneNumber on IOS device (sim and physical), it causes internal_error with message "An internal ...
0
votes
0
answers
13
views
How to randomly fetch documents from firestore database in flutter [duplicate]
I am working on a social app in which I want to show profiles of random people to the user according to the user's preferences (age, location, etc). I am fetching profiles in the batch of 10. Now the ...
0
votes
0
answers
35
views
How can i make coins system in jetpack compose with Firebase? [closed]
I tried to make a currency system when I started learning about a year ago and it did not work for me because I did not know most of the programming terms I did things I don't remember and linked them ...
0
votes
0
answers
17
views
flutter ios emulator stuck on splash screen when logging event using firebase google analytics
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null)
#0 FirebaseCoreHostApi....
1
vote
0
answers
19
views
Error requesting notification permission: AbortError: Failed to execute 'subscribe' on 'PushManager': Subscription failed - no active Service Worker
I'm trying to implement Firebase Cloud Messaging (FCM) in my React TypeScript application. Despite having the service worker registered and permissions granted, I keep getting this error when trying ...