olmps / memo

Memo is an open-source, programming-oriented spaced repetition software (SRS) written in Flutter.
BSD 3-Clause "New" or "Revised" License
1.83k stars 159 forks source link

[Server support] - Update `CollectionDetailsPage` use-case to use Firebase Firestore/Authentication #147

Open matuella opened 3 years ago

matuella commented 3 years ago

Update CollectionDetailsPage flow to use the new structure defined in both https://github.com/olmps/memo/issues/143 and https://github.com/olmps/memo/issues/146.

Ideally, these shouldn't require any changes, but there will be changes to the synchronicity of the events (like networking issues), so it's highly possible that the UI will also change.


Sub-issue that relates to the Server support - https://github.com/olmps/memo/issues/136.