firebase_pnv 1.0.0+1
firebase_pnv: ^1.0.0+1 copied to clipboard
Flutter bridge for Firebase Phone Number Verification (PNV) - carrier-based, SMS-free phone verification for Android via Credential Manager.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add firebase_pnvThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
firebase_pnv: ^1.0.0+1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:firebase_pnv/firebase_pnv.dart';