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.
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.
The firebase_dart_admin_auth_sdk
package is ready for use after importing into your main.dart
file.
Last updated