fireauth_ui 0.0.1 copy "fireauth_ui: ^0.0.1" to clipboard
fireauth_ui: ^0.0.1 copied to clipboard

outdatedDart 1 only

Allows you to quickly connect common Firebase auth with basic UI

fireauth_ui #

Build Status

Allows you to quickly connect common Firebase auth with basic UI.

Sign in method Support
Email
Phone
Google
Play Games
Facebook
Twitter
Github

Installation #

Add to your pubspec dependencies:

fireauth_ui: ^0.0.1

Please follow below guides to setup.

  1. Setup facebook login
  2. Setup google login
  3. Setup firebase Authentication

Getting Started #

Add the following import to your Dart code:

import 'package:fireauth_ui/fireauth_ui.dart';

Sample code show you how to present sign in page

Navigator.push(
      context,
      new MaterialPageRoute(
          builder: (context) => new FireAuthUISignInPage(
                providers: [
                    FireAuthUIProvider.Email,
                    FireAuthUIProvider.Facebook,
                    FireAuthUIProvider.Google,
                ],
              )),
    );

Dependencies #

flutter_facebook_login

firebase_auth

google_sign_in

License #

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Allows you to quickly connect common Firebase auth with basic UI

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

firebase_auth, flutter, flutter_facebook_login, flutter_localizations, google_sign_in

More

Packages that depend on fireauth_ui