Skip to content

Commit

Permalink
fix(ui_auth): upgrade dependency to fix platform support for firebase…
Browse files Browse the repository at this point in the history
…_ui_auth (#9924)

* fix(ui_auth): upgrade dependency to fix platform support for firebase_ui_oauth

* fix wrong merge

* upgrade desktop_webview_auth version
  • Loading branch information
lesnitsky authored Nov 15, 2022
1 parent 8cfc803 commit a972a79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/firebase_ui_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ environment:
flutter: '>=1.17.0'

dependencies:
desktop_webview_auth: ^0.0.9
email_validator: ^2.0.1
firebase_auth: ^4.1.2
firebase_core: ^2.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_ui_oauth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
flutter: '>=1.17.0'

dependencies:
desktop_webview_auth: ^0.0.9
desktop_webview_auth: ^0.0.11
firebase_auth: ^4.1.2
firebase_ui_auth: ^1.0.5
flutter_svg: ^1.1.2
Expand Down

0 comments on commit a972a79

Please sign in to comment.