authentication/feature/google_signin #105

Merged
malo merged 7 commits from authentication/feature/google_signin into master 2022-12-13 22:07:17 +00:00
Owner
No description provided.
hugo added 5 commits 2022-12-13 16:12:10 +00:00
malo requested changes 2022-12-13 16:33:34 +00:00
@ -185,0 +206,4 @@
_latestCreds = userCredential;
final user = userCredential.user;
if (user.isNotNull) {
return _mapper(user!);
Owner

Maybe parsing the data into a model should be the responsibility of the model, not the data source?

Maybe add fromFirebaseUser(..) parser method to AccountModel.

Maybe parsing the data into a model should be the responsibility of the model, not the data source? Maybe add `fromFirebaseUser(..)` parser method to `AccountModel`.
malo marked this conversation as resolved
hugo added 2 commits 2022-12-13 21:43:07 +00:00
hugo added 1 commit 2022-12-13 22:00:33 +00:00
hugo requested review from malo 2022-12-13 22:00:50 +00:00
malo approved these changes 2022-12-13 22:06:17 +00:00
malo merged commit f22ba300cb into master 2022-12-13 22:07:17 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Wyatt-FOSS/wyatt-packages#105
No description provided.