-
Notifications
You must be signed in to change notification settings - Fork 143
Conversation
@sethladd so what exactly did you want us to test here? Shall a corresponding issue be opened? |
Hi @davenotik just let us know if we break the js-interop version of this library :) |
This PR shouldn't be merged until dart-lang/sdk#24581 is fixed. I filed #71 to track the issue. For now, Flutter developers should use the https://github.com/flutter/firebase-dart fork. |
I identified an issue with this PR -- the Dart VM doesn't notify us when Firebase objects are garbage collected, so we can't close the Mojo handles and just leak them. We need to multiplex all the Firebase API calls through a single proxy, and add an API to Firebase that allows the developer to manually close the proxy if they want to release all resources associated with the Firebase. (This won't do anything in the JS implementation.) |
Once conditional imports are a thing, we can merge the repos.
Closing as mojo is no longer used in Flutter. |
fixes #71