AuthRepository
interface AuthRepository
Interface defining authentication-related operations.
This repository provides authentication methods for Firebase Auth, including email/password and Google Sign-In. It wraps the Firebase Auth SDK to provide a consistent repository pattern with Result-based error handling.
See also
Implementation class with Firebase Auth integration