You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: firebase_auth_oauth/README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# firebase_auth_oauth
2
2
3
-
A Flutter plugin that makes it easy to perform OAuth sign in flows using FirebaseAuth. It also includes support for Sign
4
-
in by Apple for Firebase. This plugin supports Android, iOS and Web. OAuth flows are performed by opening pop-up on top
5
-
of the application to allow the user to authenticate or the native flow in the case of sign in by apple.
3
+
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.
4
+
This plugin supports Android, iOS and Web.
5
+
OAuth flows are performed by opening pop-up on top of the application to allow the user to authenticate or the native flow in the case of sign in by apple.
6
+
6
7
7
8
# Usage
8
9
@@ -14,9 +15,9 @@ of the application to allow the user to authenticate or the native flow in the c
Copy file name to clipboardExpand all lines: firebase_auth_oauth/pubspec.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: firebase_auth_oauth
2
2
description: 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.
0 commit comments