firebase_auth_desktop 0.1.1-dev.2
firebase_auth_desktop: ^0.1.1-dev.2 copied to clipboard
Desktop implementation of firebase_auth
Firebase Auth for Flutter Desktop #
The platform implementation of FlutterFire for Linux and Windows.
NOTE: This package overrides the existing implementation of macOS in FlutterFire for development purposes.
Getting Started #
First, please make sure you initialize Firebase for Dart by following the guide to install firebase_core
.
-
On the root of your project, run the following command:
dart pub add firebase_auth_desktop
-
Import it:
import 'package:firebase_auth_desktop/firebase_auth_desktop.dart';
Usage #
This package is a platfrom implementation of firebase_auth
, check the full Usage documentation on the official guide.
Issue and Feedback #
Please file any issues, bugs, or feature requests in our issue tracker.
To contribute a change to this plugin, please review our contribution guide and open a pull request.