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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
amrfarid140 committed Nov 10, 2022
1 parent 3538b4b commit 62cfb84
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ OAuth flows are performed by opening pop-up on top of the application to allow t
dependencies:
flutter:
sdk: flutter
firebase_auth: ^3.0.1
firebase_core: ^1.4.0
firebase_auth_oauth: ^1.2.0
firebase_auth: ^4.1.1
firebase_core: ^2.1.1
firebase_auth_oauth: ^1.2.2
```

- Then in your project just call
Expand Down
5 changes: 5 additions & 0 deletions firebase_auth_oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.2
* Updated `firebase_auth` to Version ^4.1.1
* Updated `firebase_core` to Version ^2.1.1
* Update README

## 1.2.1
* Updated `firebase_auth` to Version ^4.1.1
* Updated `firebase_core` to Version ^2.1.1
Expand Down
13 changes: 7 additions & 6 deletions firebase_auth_oauth/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 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 or the native flow in the case of sign in by apple.
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 or the native flow in the case of sign in by apple.


# Usage

Expand All @@ -14,9 +15,9 @@ of the application to allow the user to authenticate or the native flow in the c
dependencies:
flutter:
sdk: flutter
firebase_auth: ^3.0.1
firebase_core: ^1.4.0
firebase_auth_oauth: ^1.2.0
firebase_auth: ^4.1.1
firebase_core: ^2.1.1
firebase_auth_oauth: ^1.2.2
```

- Then in your project just call
Expand Down
2 changes: 1 addition & 1 deletion firebase_auth_oauth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: firebase_auth_oauth
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.
version: 1.2.1
version: 1.2.2
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth

environment:
Expand Down

0 comments on commit 62cfb84

Please sign in to comment.