Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 62cfb84

Browse files
committed
Update README
1 parent 3538b4b commit 62cfb84

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ OAuth flows are performed by opening pop-up on top of the application to allow t
1515
dependencies:
1616
flutter:
1717
sdk: flutter
18-
firebase_auth: ^3.0.1
19-
firebase_core: ^1.4.0
20-
firebase_auth_oauth: ^1.2.0
18+
firebase_auth: ^4.1.1
19+
firebase_core: ^2.1.1
20+
firebase_auth_oauth: ^1.2.2
2121
```
2222

2323
- Then in your project just call

firebase_auth_oauth/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.2
2+
* Updated `firebase_auth` to Version ^4.1.1
3+
* Updated `firebase_core` to Version ^2.1.1
4+
* Update README
5+
16
## 1.2.1
27
* Updated `firebase_auth` to Version ^4.1.1
38
* Updated `firebase_core` to Version ^2.1.1

firebase_auth_oauth/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# firebase_auth_oauth
22

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+
67

78
# Usage
89

@@ -14,9 +15,9 @@ of the application to allow the user to authenticate or the native flow in the c
1415
dependencies:
1516
flutter:
1617
sdk: flutter
17-
firebase_auth: ^3.0.1
18-
firebase_core: ^1.4.0
19-
firebase_auth_oauth: ^1.2.0
18+
firebase_auth: ^4.1.1
19+
firebase_core: ^2.1.1
20+
firebase_auth_oauth: ^1.2.2
2021
```
2122

2223
- Then in your project just call

firebase_auth_oauth/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_auth_oauth
22
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.
3-
version: 1.2.1
3+
version: 1.2.2
44
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth
55

66
environment:

0 commit comments

Comments
 (0)