Mobile App
Firebase Setup
Gmail Setup

Gmail Authentication

  1. Firebase Console:

    • Enable Google authentication in the Authentication section of your Firebase project.
  2. Code Integration:

    • Gmail authentication is managed in lib/services/auth_service.dart.
    • Use AuthService().signInWithGoogle() or AuthService().signUpWithGoogle() to authenticate using Google.