Relative Content

Tag Archive for androidfirebase-realtime-database

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.