configuration for staff firebase and auth login

This commit is contained in:
José Salazar
2026-01-22 17:36:12 -05:00
parent 1b8bdf6bfe
commit 9b1d4fce78
5 changed files with 233 additions and 1 deletions

View File

@@ -103,6 +103,9 @@ class AuthRepositoryImpl implements AuthRepositoryInterface {
throw Exception('User email is missing in profile data.');
}
//TO-DO: validate if user has staff account
//TO-DO: create(registration) user and staff account
//TO-DO: save user data locally
return domain.User(
id: user.id,
email: email,