koji-1009 / flutter_auth_ui

A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps. (not official plugin.)
https://pub.dev/packages/flutter_auth_ui
36 stars 10 forks source link

Update to support firebase core 1.5.0 #70

Closed ryandailey100 closed 3 years ago

ryandailey100 commented 3 years ago

This package seems to work on firebase_core 1.4.0 but not on 1.5.0.

koji-1009 commented 3 years ago

flutter_auth_ui makes firebase_auth dependent on ^3.0.0, so I think firebase_core 1.5.0 is supported. https://github.com/koji-1009/flutter_auth_ui/blob/2.3.1/flutter_auth_ui/pubspec.yaml#L20

Could you try dart pub upgrade on your project?


When I checked it now, I found that firebase_auth was 3.1.0, but it takes time because I need to check the version of the related firebase library on Android and iOS.

https://pub.dev/packages/firebase_auth/versions/3.1.0

koji-1009 commented 3 years ago

Updated.