Top "Firebaseui" questions

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

How to hide an item from Recycler View on a particular condition?

I am using Firebase Recycler Adapter (Firebase UI Library) to populate Recycler View. I want to hide an item(row) …

android firebase android-recyclerview firebase-realtime-database firebaseui
In project 'app' a resolved Google Play services library dependency depends on another at an exact version

Trying to create a simple app with FireStore and Google Authentication. Having problem with the gradle: In project 'app' a …

android android-gradle-plugin firebaseui
"This app is not authorized to use Firebase Authentication" in Emulator

I'm getting this error when I try to run my app on emulator. What I've done: I'm using Firebase-UI and …

android firebase firebase-authentication firebaseui
android manifest merger failed, gms play services / firebase

I am trying to add firebase to my app using the firebaseUI. As the documentations says, I have used the …

android firebase android-manifest firebaseui
How to delete a Firebase user from Android App?

I'm trying to code a Delete User method in my Android App, but I have some issues each time I …

android firebase-realtime-database firebase-authentication firebaseui
How to use Firebase List adapter

I'm trying to follow with this tutorial: https://www.youtube.com/watch?v=2J6spwAVP0M but implementing it on …

android firebase listadapter firebase-realtime-database firebaseui
how to implement a SetOnItemClickListener FirebaseRecyclerViewAdapter

how to implement a SetOnItemClickListener event in a Firebase RecyclerView Adapter? I use the example of documentation, chat app: private …

android firebase firebase-realtime-database firebaseui
Google sign-in Android with Firebase - statusCode DEVELOPER_ERROR

I try to implement Google login in my Firebase connected Android app. When I run the app and press Google …

android firebase google-authentication firebase-authentication firebaseui
java.lang.NoSuchMethodError: No virtual method setTokenProvider

Below error occurs whenever i add com.google.firebase:firebase-firestore:19.0.0 to the Gradle and run the app. E/AndroidRuntime: FATAL …

android firebase firebase-authentication google-cloud-firestore firebaseui
error: cannot access InternalTokenProvider (Firebase/GooglePlayServices)

In my app where I use firebase, firebase-ui, google maps, among others, it worked perfectly. I want to update to …

java android firebase google-play-services firebaseui