Gmail Authentication
-
Firebase Console:
- Enable Google authentication in the Authentication section of your Firebase project.
-
Code Integration:
- Gmail authentication is managed in
lib/services/auth_service.dart
. - Use
AuthService().signInWithGoogle()
orAuthService().signUpWithGoogle()
to authenticate using Google.
- Gmail authentication is managed in