Infinite-Fire
Infinite-Fire copied to clipboard
Connects Firebase to a RecyclerView
i am trying to create a chat `activity` so that users can send messages to each other.. i'm using `Firebase Database` in this case, with [marcorei/Infinite-Fire][1] as an `Adapter`.. The...
Hello, I've integrated Infinite-Fire and it works perfectly fine, I have recyclerview with multiple view types including audio,video,image,text but as my data grows over 100 , my app has started...
I have an InfiniteFireArray with the following query: `ref.orderByChild("createdAt")`. The value of `createdAt` is set via [timestamp](https://www.firebase.com/docs/web/api/servervalue/timestamp.html). This causes an item, created by the client, to be added, then moved....
This fails silently at the moment: https://github.com/marcorei/Infinite-Fire/blob/master/infinitefire/src/main/java/com/marcorei/infinitefire/InfiniteFireArray.java#L162 For debugging purposes adding a logger would be terrific.