firebase_auth_desktop 0.1.1-dev.3 copy "firebase_auth_desktop: ^0.1.1-dev.3" to clipboard
firebase_auth_desktop: ^0.1.1-dev.3 copied to clipboard

outdated

Desktop implementation of firebase_auth

Firebase Auth for Flutter Desktop #

pub package

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.

  1. On the root of your project, run the following command:

    dart pub add firebase_auth_desktop
    
  2. 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.