Devsoc-BPGC / DoJMA

DoJMA news app for BITS Pilani K K Birla Goa Campus students
6 stars 18 forks source link

Problem with updating campus watch #145

Closed aryanagarwal15 closed 4 years ago

aryanagarwal15 commented 6 years ago

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.

Rushi98 commented 5 years ago

@aryanagarwal15 How will removing firebase caching solve the issue?

aryanagarwal15 commented 5 years ago

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.

Rushi98 commented 5 years ago

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.

aryanagarwal15 commented 5 years ago

this is the problem with persistence only. I am pretty sure about this. Can simply fix it by refreshing list data.

Rushi98 commented 4 years ago

closing as stale