TravelPouch / travelpouch

2 stars 3 forks source link

[US23] Local database to cache repositories' data #185

Open loggerz opened 2 weeks ago

loggerz commented 2 weeks ago

The app should be usable even without Internet connectivity using the data previously downloaded. As a first step only implement the logic related to read-operations.

Acceptance criteria:

loggerz commented 1 day ago

Update The Firebase offline API is way more extensive than anticipated : this can implemented by the simple removal of one line of code during sign-in. Few edge cases must be taken care of but otherwise, this feature is already enabled for the Firestore and only the document storage must be implemented on our side