memo icon indicating copy to clipboard operation
memo copied to clipboard

[Server support] - Add Repository that abstracts authentication

Open matuella opened this issue 3 years ago • 0 comments

As the server is introduced, we need to allow users to authenticate, so we can store each individual progress in Firestore.

Before implementing this, we need to have:

  • [x] Decide if the application can be used anonymously while the user doesn't sign in. Answer: it won't allow anonymous users, due to not have to deal with local/cloud sync stuff - we can eventually support it, but not right now.
  • [x] Authentication UI.

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

matuella avatar Jul 19 '21 14:07 matuella