veta_auth_kit_firebase 0.1.0 copy "veta_auth_kit_firebase: ^0.1.0" to clipboard
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 #

  • firebaseAuthStrategy
  • AuthFirebaseException
  • Firebase provider id helpers

Initialize Firebase in the host app before constructing the strategy.

0
likes
140
points
0
downloads

Documentation

API reference

Publisher

verified publisherwasyra.com

Weekly Downloads

Firebase Auth adapter for veta_auth_kit — wires firebase_auth into the AuthStrategy contract.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

firebase_auth, flutter, veta_auth_kit

More

Packages that depend on veta_auth_kit_firebase