steroid-team / app

Helping you organise your day with ease and privacy.
1 stars 2 forks source link

Integrate FBaseUser/User with our authentication flow #171

Open YagoGG opened 3 years ago

YagoGG commented 3 years ago

80 introduced an interface for users in our app, as well as an implementation with the Firebase backend.

Right now we do not make use of those classes in the actual authentication process. We should use the new methods to handle the login & to extract the details we need from the user's profile.

Looks reasonable to integrate this with the UserFactory added in #170.