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

Toast won't show inside Android DatePickerDialog

I have pickDateTime function, that restricts the user of choosing times that are in past. Current time - is the "minimum" time allowed. This is the function: public void pickDateTime(View view) { Calendar c = Calendar.getInstance(); …
jonb
  • 845
  • 1
  • 13
  • 36
0
votes
0 answers

firebaseui image not loading

My image named "pic" under the folder contact (static string) doesn't want to load and I get an error. I have been looking for hours for a solution but I can't retrieve any pic from firebase storage. E/StorageException: StorageException has…
0
votes
1 answer

how to add search field with Firebase RecycleView

plz help me solve my problem i want to add search bar help me solve my problem i want to add search bar when i put something in edit text it will filter the RecycleView. show only that content which user search i am using FirebaseRecycleAdapter and…
0
votes
1 answer

Firebase UI Runtime Error

I'm struggling with a strange behavior after updating the version of firebase UI and firebase auth in my project. The error says " Error inflating class TextView", here is the stacktrace: 02-24 16:22:15.537 20983-20983/com.nikogalla.tripbook…
Nicola Gallazzi
  • 7,897
  • 6
  • 45
  • 64
0
votes
1 answer

Data is not getting retried using firebaseUI

I am following a youtube video in which I was trying to retrieve data using FirebaseUI but I am not able to show any data in the recyclerview. Here is the code public class MemeFragment extends Fragment { RecyclerView recyclerView; …
0
votes
4 answers

Firebase Recycler Adapter is not showing anything

I am making a fragment where i am showing some data in recyclerview. But it is not showing anything not event the error. I am not using any @PropertyName of firebase Here is my firebase database snap NewCustomer.java (my module class) package…
0
votes
1 answer

Android Firebase Auth compile error

I'm trying to include Firebase Authentication in my Android app, but when I compile my program I get the error Program type already present: com.google.android.gms.auth.api.signin.internal.zzp Changing the version from 11.8.0 to 11.2.2 worked, but…
0
votes
1 answer

Cannot resolve symbol FirebaseListAdapter

How do I insert the FirebaseListAdapter correctly? I always get the error "Can not resolve FirebaseListAdapter". If you need something, I'll post it. The whole is supposed to spend chat messages. The error is output in line 26. My code: import…
user9213476
0
votes
1 answer

I'm using firebase in my android project the "FirebaseRecyclerAdapter" is not coming with updated dependency I added old dependency but not working

I want to retrieve data from Firebase for android. but it not work. please help me I am fully confused or suggest me easily understandable example. I'm at initial level. I view all code properly there is no one error. the FirebaseRecyclerAdapter not…
0
votes
2 answers

startListening in Firebase UI

My app crashes when I sign in. The issue stems from the load function. when it initiates the adapter.startListening(); I am not sure if it is from versions conflict or otherwise. please help My logcat: FATAL EXCEPTION: main …
0
votes
0 answers

Overridden methods in my RecyclerViewAdapter not getting called (Firebase UI Firestore)

This is a snippet of the code, I am creating the adapter in the call to my livedata observe method. mViewModel.getMutableLiveData().observe(this, new Observer() { @Override public void onChanged(@Nullable Filters…
0
votes
1 answer

Compatible versions for Algolia instantsearch-android, firebase-ui, glide

I have to provide full text search on the data stored in Firebase. As firebase does not support full text search, I am taking help of Algolia instantsearch-android. I am using Glide library to display the images in the app. I am getting no error…
0
votes
0 answers

How to chain queries in firebase android?

I want to get all the missions for a specific user (constraint num 1), but only the available users (constraint num 2). I know I can overcome one constraint by 'order by' and 'equalTo' functions, but i'm failing at overcoming the second one. This…
jonb
  • 845
  • 1
  • 13
  • 36
0
votes
1 answer

Firebase UI RecyclerView - Handling mapping

Below is my sample structure: channels | |____channel0 | |___messages | |_______ uniqueKey0: true | |_______ uniqueKey1: true …
0
votes
0 answers

FirebaseListAdapter shows nothing. Without any error

When i'm using FirebaseListAdapter it seems to return an empty list, with no error attached. Yes, I've doubled checked that my firebaseDatabase isn't empty, and I've also put dump values just for check, still nothing.. Please help me :( PrivateChat…
Dor Dahan
  • 391
  • 2
  • 5
  • 10