firebaseui Questions
1
Pre Launch Report requires Username Resource ID and Password Resource ID for firebase authentication
I am using Firebase Authentication in my android app.
I would like to run Google Pre Launch's report test in Play console to identify issues.
As required I am trying to add Test account credentials...
Ascending asked 25/11, 2021 at 16:18
3
Solved
GDPR in the EU requires us to have an opt-in checkbox for the "terms" and "privacy policy" users accept when signing up. Using the Firebase Authentication UI (FirebaseUI), I don't get this by defau...
Grab asked 21/4, 2018 at 14:17
7
I am using Firebase UI to provide login for my app. When i try to login with Google it is giving error message com.firebase.ui.auth.FirebaseUiException: Code: 12500, message: 12500. But i when try ...
Wheaten asked 13/11, 2018 at 8:30
12
Solved
I am using Firebase Recycler Adapter (Firebase UI Library) to populate Recycler View. I want to hide an item(row) on a condition.
I have a LinearLayout containing a recycler view.
I set linear la...
Redivivus asked 19/12, 2016 at 13:14
2
I have setup FirebaseUI in my React app so that users can create an account and sign in to said account to access my application. Whenever a user creates an account it appears to be properly saved ...
Somatic asked 28/9, 2023 at 1:56
15
I try to implement Google login in my Firebase connected Android app.
When I run the app and press Google Sign In button - nothing happen. And I receive this error in onActivityResult:
Status{stat...
Ahders asked 22/5, 2016 at 16:42
4
Solved
I am writing a Firebase application in vanilla JavaScript. I am using Firebase Authentication and FirebaseUI for Web. I am using Firebase Cloud Functions to implement a server that receives request...
Phototopography asked 20/2, 2018 at 11:24
5
Solved
I've made a chat app that uses Firebase's feature Real-time database.
I face a problem with google authentication. The problem started when I downloaded the app from the Play Store, the authenticat...
Factitive asked 16/7, 2018 at 10:59
1
I'm attempting to install the FirebaseUI-iOS using the Swift Package Manager. I've tried with both Xcode 14.0 and Xcode 13.4.1. I get the following errors:
[![errors with Xcode 14.0][2]][2]
[2]: h...
Myrtice asked 21/9, 2022 at 21:38
2
In my Android app I'm signing in via Firebase AuthUI using Google sign in. That part works. Now I tried to sign in using the IdToken but I always get this error message:
com.google.android.gms....
Distinct asked 21/1, 2020 at 19:35
10
Solved
I'm trying to code a Delete User method in my Android App, but I have some issues each time I execute it. This method will be executed when a user pushes the Delete account button on an Activity. M...
Accentual asked 30/6, 2016 at 5:35
13
Solved
I'm getting this error when I try to run my app on emulator.
What I've done:
I'm using Firebase-UI and running Android O
I have the Play Store updated.
I've added all the SHA-1 code to Fireb...
Hallowmas asked 16/8, 2017 at 7:9
3
Solved
I have a list of trips data (Large Sets) ordered by date.
Existing Behaviour
I store all the trips data into SqlLite Db. For every new data added, I used to get a fcm notification and I synced on...
Feld asked 8/10, 2018 at 10:49
2
Solved
I'm getting the the Developer (Code:10, message:10:) error when trying to sign in using Google Sign-in while using FirebaseUI's Authentication. All works well on development, but when I sign my bun...
Candlepin asked 21/6, 2020 at 20:5
7
Solved
There are tons of duplicated answers I had tried almost all of them but I am still not able to use Firebase storage image with Glide.
First of all I am using docs
FirebaseStorage storage = Fire...
Phosphorism asked 13/2, 2018 at 8:19
5
Solved
im developing an android chat using firebase.
i tried to research about this problem but i cant find a good solutions.
hope someone can help me.
my problem i want the RecyclerView to auto scroll...
Garfieldgarfinkel asked 25/11, 2016 at 3:49
1
Solved
I'm receving the below error in API 31 devices during Firebase Auth UI library(Only Phone number credential),
Fatal Exception: java.lang.IllegalArgumentException: com.sstech.racemanager: Targeting ...
Belter asked 17/12, 2021 at 1:41
5
Solved
Encountered a very weird issue. When trying to import firebase, I got the following error:
./node_modules/firebaseui/dist/esm.js
Attempted import error: 'app' is not exported from 'firebase/app' (i...
Interrelation asked 31/10, 2020 at 4:24
1
I'm trying to implement Firebase authentication. With the provided UI,
I can't figure out what method is called when the Cancel button is clicked. It don't seem to be documented, https://github....
Encyclopedic asked 1/1, 2019 at 9:0
3
Solved
Every time I try to build I get the error 'No such module FirebaseUI'
Things I have tried:
Clearing derived data
running 'pod update' to make sure all dependencies are up to date
running my instal...
Shifflett asked 23/6, 2021 at 15:19
3
Solved
I can query Firestore and get IDs manually, but I'm using FirestoreRecyclerAdapter because it comes with a ton of additional work done out of the box. So, if I have code like this:
FirebaseFiresto...
Marijn asked 7/4, 2018 at 14:6
2
Solved
Below error occurs whenever i add com.google.firebase:firebase-firestore:19.0.0 to the Gradle and run the app.
E/AndroidRuntime: FATAL EXCEPTION: main
Process: meter.meter, PID: 13588
java.lang....
Withhold asked 12/5, 2019 at 13:52
1
Solved
I used Firebase for User Auth in my Next.js Application. I want to protect a user on the client-side. I used firebase firebaseui react-firebaseUI to implement Google Auth. How to secure a Route in ...
Coastline asked 30/12, 2020 at 10:42
4
Solved
using ReactJS web, and FirebaseUI Auth.
I am attempting to create a signInSuccessUrl that includes the uid of the signed in user: /users/${userId}.
my assumption is that this needs to be defined ...
Audacious asked 27/1, 2018 at 12:13
9
I'm trying to integrate FirebaseUI Auth library. Google sign-in and Email sign-in are working fine but I have a problem setting up Facebook Login.
This is my code:
user = firebaseAuth.getCurrentUs...
Larcher asked 11/4, 2017 at 22:27
1 Next >
© 2022 - 2025 — McMap. All rights reserved.