Closed aryanagarwal15 closed 4 years ago
@aryanagarwal15 How will removing firebase caching solve the issue?
I'm asking to remove firebase caching. @Rushi98 once caching is removed and the whole campus watch reloads every time will make sure that the recent campus watch is visible at all times.
Firebase does sync every possible time even with caching enabled. Having caching enables us not to show empty data. The problem probably lies somewhere else.
this is the problem with persistence only. I am pretty sure about this. Can simply fix it by refreshing list data.
closing as stale
Probably due to caching campus watch updates is getting delayed. Suggest removing firebase caching or making a realm database to pull from firebase and then showing data for campus watch.