You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
Currently, if I have to use MultiViewAdapter with firestore then first I have to load all the firestore documents as List of objects then bind them with ItemBinder. Is there any dynamic way of doing it like FirestoreRecyclerAdapter by FirebaseUI where I don't have to preload all the documents?
The text was updated successfully, but these errors were encountered:
Sorry for the delayed response. Library do not support for this feature. It would be a good fit to create as an extension. If anyone contributes we can add it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, if I have to use MultiViewAdapter with firestore then first I have to load all the firestore documents as List of objects then bind them with ItemBinder. Is there any dynamic way of doing it like FirestoreRecyclerAdapter by FirebaseUI where I don't have to preload all the documents?
The text was updated successfully, but these errors were encountered: