Questions tagged [firebaseui]

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

FirebaseUI libraries are available for both Android, iOS, Web and Flutter and offers these features for all platforms:

Related tags

1862 questions
0
votes
1 answer

RecyclerView using FirebaseRecyclerAdapter is not displaying items - FirebaseUI (3.1.3)

i've been working on my application and i want to have a fragment that displays suggested users to follow (display some users from the data base child("users") but when i set up my RecyclerView, no items (profiles) are displayed so heres my layout…
Tamim Attafi
  • 2,253
  • 2
  • 17
  • 34
0
votes
0 answers

Getting DatabaseRefrence key of the RecyclerView if one of its item has been clicked

How can we get a database reference of a model class in Firebase RecyclerView if one of the item (say button) of recycler view is clicked?
0
votes
0 answers

Firebaseui login with social media is not responding

I tried to integrate firebaseUi in my application. When user logins with any social media, system is not giving me an answer or data after auth state changed. Only I see the query progress bar below. async ngOnInit() { // reset login status …
0
votes
1 answer

How to look up the name of a referenced item with FirebaseUI?

Hello I'm got some problem, i want to change key number to name look at my screenshot. i need code for change (01 to name), thankyou my screenshot : my code : private void loadListBarang(String tokoId) { adapter = new…
0
votes
1 answer

Filter data for FirebaseRecyclerAdapter

I have a FirebaseRecyclerAdapter which is used for showing a list of chats. Now it shows all chats and I want it to show only chats which contain current firebase user id in the "users" array: mFirebaseDatabaseReference =…
Rainmaker
  • 10,294
  • 9
  • 54
  • 89
0
votes
1 answer

Firebase web authentication not working

I was trying to add Firebase authentication in my website. I tried this code: Sample FirebaseUI App