Version 0.1.0 hosted on pub.dartlang.org has no SignInAuthResultSuccess
Closed this issue · 3 comments
formatCvt commented
bgetsug commented
workaround: add the following to pubspec.yaml
:
dependencies:
#...
firebase_dart_ui:
git:
url: https://github.com/wstrange/firebase_dart_ui
ref: master
@wstrange Thanks for this...any ETA on publishing an update?
wstrange commented
Hi Ben
I just updated and tested the example/ app with firebase ui 5.5.2. I pushed a new version to pub:
https://pub.dartlang.org/packages/firebase_dart_ui/versions/0.1.1
This should work now - without needing to use a git: dependency. Note that the firebase <script> includes have changed slightly - see the example/ app.
Let me know if you have any issues.
bgetsug commented
All good now...appears to work with version 5.5.5 of the Firebase SDK too. Thanks!