python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get Snapshot in FirestorePagingAdapter with Firebase Ui 8
Before the update from
implementation 'com.firebaseui:firebase-ui-firestore:7.2.0'
to
implementation 'com.firebaseui:firebase-ui-firestore:8.0.0'
I got snapshot in FirestorePagingAdapter like this
val...
chrspeiser
Votes: 0
Answers: 1
Different text color for button and page text in FirebaseUI
I'm styling the FirebaseUI and would like to have different text colors for the buttons (like NEXT and SIGN IN) and rest of the text on the page. The only attribute that I've found that changes the te...
stripies
Votes: 0
Answers: 1
Kotlin adding onStart and onStop using Firebase Realtime Database
Beginner in Kotlin. I am trying to get firebase data into recyclerView. But at onStart and onStop part there is problem with rentalAdapter, it says "unresolved reference:rentalAdapter". I ad...
Josh Conner
Votes: 0
Answers: 0
Loading Text and Image from FireBase Database to a View Holder
Need To Get the Text & Image From FireBase Database And View them Using FireBase RecyclerAdapter But the Problem is:
There is a red line Under FirebaseRecyclerAdapter<Category, MenuViewHolder&...
saad tabban
Votes: 0
Answers: 2