firebase_auth_oauth 0.1.0 copy "firebase_auth_oauth: ^0.1.0" to clipboard
firebase_auth_oauth: ^0.1.0 copied to clipboard

discontinuedreplaced by: firebase_auth
outdated

A Flutter plugin that makes it easy to perform OAuth sign in flows using FirebaseAuth. It also includes support for Sign in by Apple for Firebase.

firebase_auth_oauth #

A Flutter plugin that makes it easy to perform OAuth sign in flows using FirebaseAuth. It also includes support for Sign in by Apple for Firebase. This plugin supports Android, iOS and Web. OAuth flows are performed by opening pop-up on top of the application to allow the user to authenticate. However, sign in by Apple for iOS uses the original native flow.

Usage #

You need to setup Firebase for your project first before using this plugin.

In your pubspec.yaml add

dependencies:
  flutter:
    sdk: flutter
  firebase_auth: ^0.15.3
  firebase_core: ^0.4.3+1
  firebase_auth_oauth: ^0.1.0
86
likes
0
pub points
87%
popularity

Publisher

verified publisheramryousef.me

A Flutter plugin that makes it easy to perform OAuth sign in flows using FirebaseAuth. It also includes support for Sign in by Apple for Firebase.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

firebase_auth, firebase_auth_oauth_platform_interface, firebase_auth_oauth_web, firebase_core, flutter

More

Packages that depend on firebase_auth_oauth