Relative Content

Tag Archive for androidfirebase-realtime-database

Firebase RTDB: Pagination long time execution issue

My Android app holds local cache of trips timeline data from RTDB. Full timeline operating day contains 10K nodes (5-7MB). When I get all day data in single request, sometimes the app crashes with OutOfMemory error. So I need use pagination, but I’ve got an issue with it.

Firebase RTDB: Pagination long time execution issue

My Android app holds local cache of trips timeline data from RTDB. Full timeline operating day contains 10K nodes (5-7MB). When I get all day data in single request, sometimes the app crashes with OutOfMemory error. So I need use pagination, but I’ve got an issue with it.

Firebase RTDB: Pagination long time execution issue

My Android app holds local cache of trips timeline data from RTDB. Full timeline operating day contains 10K nodes (5-7MB). When I get all day data in single request, sometimes the app crashes with OutOfMemory error. So I need use pagination, but I’ve got an issue with it.

Firebase RTDB: Pagination long time execution issue

My Android app holds local cache of trips timeline data from RTDB. Full timeline operating day contains 10K nodes (5-7MB). When I get all day data in single request, sometimes the app crashes with OutOfMemory error. So I need use pagination, but I’ve got an issue with it.

On first search results Firebase old data is shown from cache in Android application. Value updates on repeat search

I have an android application that helps in doctor appointments. On one side, the concerned doctor adds slots in the mobile application on the other side users searches for the dr, his/her profile, and the number of slots available. The user then books a particular slot for consultancy. The slot is then removed/designated as booked. Ideally the slot should not be viewed by the next user. The entire database is in Firebase Realtime Database.