Top "Firebaseui" questions

FirebaseUI is a binding library that simplifies developing applications for iOS and Android with Firebase.

How to avoid unnecessary Firestore reads with Cache

I have a list of trips data (Large Sets) ordered by date. Existing Behaviour I store all the trips data …

java android firebase google-cloud-firestore firebaseui
Using Firebase Storage image with Glide

There are tons of duplicated answers I had tried almost all of them but I am still not able to …

java android firebase android-glide firebaseui
Firebase UI RecyclerView onClick

I am using Firebase UI FirebaseRecyclerAdapter to populate a RecyclerView. I managed to get click events from components of my …

android android-recyclerview onclicklistener firebase-realtime-database firebaseui
Error:Failed to resolve: com.twitter.sdk.android:twitter:2.3.0 - Android Studio

I am getting this error in my log cat Error:Failed to resolve: com.twitter.sdk.android:twitter:2.3.0 When I …

android twitter firebase dependencies firebaseui
Android Studio Desugar: Transform Classes with Desugar for Debug fails

My Android Studio project recently stopped building properly. I do not know what caused this issue. Here is what I …

android android-studio firebase firebaseui
I can't find populateViewHolder Method in FirebaseRecyclerAdapter class

I want to use FirebaseRecyclerAdapter in my project and I used this code segment in a previous Project FirebaseRecyclerAdapter<…

android firebase firebase-realtime-database firebaseui
Android: NoSuchMethodError: No static method zzy(Ljava/lang/Object;

I create an app in which I can access in two waves: FirebaseUI Auth and Firebase SDK Authentication (I know …

java android firebase firebaseui
Firebase UI authentication with google fails with message (code:10 message:10)

I've made a chat app that uses Firebase's feature Real-time database. I face a problem with google authentication. The problem …

java android firebase firebase-authentication firebaseui
Firebase UI - Auth - Use own layout

Is it possible to use my own layout & buttons for Firebase UI Auth on Android? I basically want to …

android firebase firebase-authentication firebaseui