Installation

To use the Firebase Dart Auth Admin SDK, firebase_dart_admin_auth_sdk, you'll need to install it in your Flutter project.

You can use the command line or manually edit your pubspec.yaml file.

flutter pub add firebase_dart_admin_auth_sdk

The above steps will install the package in the firebase_dart_admin_auth_sdk project.

Add the SDK to your project

To use the package in your Flutter app, import it into the lib/main.dart file.

// import firebase_dart_admin_auth_sdk package
import 'package:firebase_dart_admin_auth_sdk/firebase_dart_admin_auth_sdk.dart';

The firebase_dart_admin_auth_sdk package is ready for use after importing into your main.dart file.

Last updated