veta_auth_kit_firebase 0.1.0
veta_auth_kit_firebase: ^0.1.0 copied to clipboard
Firebase Auth adapter for veta_auth_kit — wires firebase_auth into the AuthStrategy contract.
veta_auth_kit_firebase #
Firebase Auth adapter for veta_auth_kit. It wires firebase_auth into the
shared AuthStrategy contract so auth screens can stay provider-agnostic.
Install #
dependencies:
veta_auth_kit: ^0.0.0
veta_auth_kit_firebase: ^0.0.0
Setup #
await Firebase.initializeApp(options: ...);
configureVetaKits(
auth: firebaseAuthStrategy(FirebaseAuth.instance),
);
Public exports #
firebaseAuthStrategyAuthFirebaseException- Firebase provider id helpers
Initialize Firebase in the host app before constructing the strategy.