Installation
flutter pub add firebase_dart_admin_auth_sdk// filename - pubspec.yaml
dependencies:
firebase_dart_admin_auth_sdk: ^0.0.1-pre # Replace with the latest versionflutter pub getAdd the SDK to your project
// import firebase_dart_admin_auth_sdk package
import 'package:firebase_dart_admin_auth_sdk/firebase_dart_admin_auth_sdk.dart';
Last updated