wstrange/firebase_dart_ui

Version 0.1.0 hosted on pub.dartlang.org has no SignInAuthResultSuccess

Closed this issue · 3 comments

Hi! Version 0.1.0 hosted on pub.dartlang.org has no SignInAuthResultSuccess callback. auth_ui_js.dart file seems to be outdated.

screen shot 2018-08-31 at 21 29 11

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?

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.

All good now...appears to work with version 5.5.5 of the Firebase SDK too. Thanks!