Skip to main content

Questions tagged [firebaseui]

FirebaseUI is a set of binding libraries that simplifies developing applications for iOS, Android, Web and Flutter with Firebase.

firebaseui
1 vote
0 answers
47 views

Unable to login with Firebase UI

I'm trying to use the starter code from Firebase UI for setting up google login (with redirect), but it doesn't seem to work. After I click on sign in with google and select my account, ...
Joy's user avatar
  • 81
0 votes
0 answers
29 views

Firebase multiple authentication (Google and Apple) with Flutter app

I am having a hard time understanding on how I can design a flutter screen with firebase authentication with multiple login method on the same screen. The Authentication screen (Auth_gate.dart) in my ...
Remy S's user avatar
  • 43
0 votes
0 answers
29 views

The data is not showing in the cardview from Firebase Realtime Database

I'm creating an expense tracker, The app has a login page, and after logging in there are three fragments, Dashboard, Income and Expense. Data is being stored in the database from the dashboard ...
Aman Raj's user avatar
4 votes
4 answers
274 views

Handle Firebase Auth UI errors in Flutter SignInScreen

I am using the firebase_ui_auth: ^1.12.1 package to show SignInScreen but I can't find a way to display a custom message when an error occurs. If, for example, the user enters wrong credentials, I get ...
tapizquent's user avatar
0 votes
1 answer
41 views

onCreateViewHolder of FirestorePagingAdapter not overriding

im giving maintenance on a code that broke recently, its trying to retrieve data from firebase using FirestorePagingAdapter, it say that the function onCreateViewHolder does not override a method from ...
luna's user avatar
  • 3
0 votes
1 answer
80 views

Using firebaseui with Angular Universal - ReferenceError: window is not defined

I have an Angular 16 app, using Angular Fire, firebaseui and I have recently installed Angular Universal. Whenever I run npm run dev:ssr to enable SSR I receive this error - ./node_modules/dialog-...
Robgit28's user avatar
  • 328
0 votes
2 answers
192 views

Firebase Auth Emulator keeps suggesting real Google accounts

TL;DR Firebase Auth Emulator keeps suggesting real Google accounts. One in a hundred attempts result in an emulator dummy account popup. DETAILED firebase providers setup: importProvidersFrom( ...
pax's user avatar
  • 1,795
0 votes
1 answer
51 views

How to fix firebase_ui_firestore [Analysis Issue]?

[This error in the image below occurs when trying to build the app.] (https://i.sstatic.net/QibXK.png) Note: In pub.dev firebase_ui_firestore there is the same error pointed out! I have tried flutter ...
Rayan Ali Siyam's user avatar
0 votes
1 answer
144 views

firebase / firebaseui authentication error in reactjs SPA: u[v] is not a function

There is an error when i try to login with any provider using firebase. In browser, somehow firebase recovers from this error and im authenticated after 10 seconds. On a mobile device, this takes even ...
Peter F's user avatar
  • 520
2 votes
1 answer
331 views

Firebase Firestore database chat app pagination when tap on the message textfield it automatically scrolls up and not scroll down to the end of list

this is code of paginating data from firestore , here i am using a library called firebase_ui_firestore ^1.5.15 from pub.dev,pagination works fine but here the issue is when i tap on the textfield it ...
Nns_ninteyFIve's user avatar
0 votes
0 answers
54 views

How can I link User ID from Firebase Auth to UserID from Firestore in Flutter Using FirebaseUI SignInScreen?

I'm using FirebaseUI for flutter to provide a sign in screen with phone and google auth providers. When someone signs in using their phone number or google auth for the first time, a user is ...
Sean Kurian's user avatar
0 votes
0 answers
29 views

How to use google api like google drive with firebaseUI

hi i followed the tutorial for Add user auth flow to a Flutter desktop app using FirebaseUI, after that i want to use google apis. Future<void> _createFile() async{ var httpClient = ???? ; ...
Constantin DJEGO's user avatar
0 votes
0 answers
120 views

Is there a way to enforce email verification before registering a user using FirebaseUI for flutter? [duplicate]

I'm following along this codelab: https://firebase.google.com/codelabs/firebase-auth-in-flutter-apps#0 Here's the auth_gate from the lab: import 'package:firebase_auth/firebase_auth.dart' hide ...
Sean Kurian's user avatar
0 votes
1 answer
99 views

Skip "Sign in" screen and go directly to phone auth with firebase_ui_auth

I'm starting out with Firebase UI Auth and it's working . But the way I have it coded I'm forcing my user to click an unnecessary 'Sign in with phone' link to initiate phone auth. I'd like to skip the ...
barcolounger's user avatar
0 votes
0 answers
36 views

How to delete a document from the firestore cloud and the corresponding item in recyclerview?

I use the next code to delete displayed documents in recyclerView from cloud firestore by click on the recyclerView item. The result is when I click on the item, document is deleted only from ...
Zarnis's user avatar
  • 59

15 30 50 per page
1
2 3 4 5
126