-
Notifications
You must be signed in to change notification settings - Fork 9.7k
firebase_messaging: changing getToken to rely on platform's getToken #789
Conversation
@kroikie let me know if there's any improvement, tested on real devices on iOS and Android |
This is a massive cleanup that is not supposed to alter any functionality. Will roll into google and test.
…r#678) Add updatePassword functionality to firebase_auth plugin.
@kroikie BTW, there's this one too. it closes two issues! 😀 |
* Set http version to be compatible with flutter_test
* Added android device id to android device info * Bumped device info to version 0.3.0
* adding support auth link for Twitter
* add access to user metadata
This PR fixes the hanging getToken() call for me in simulator as well. |
* Bump firebase_ml_fision Android dependencies to latest * bump pubspec version
Add clearMarkers() functionality to GoogleMapController. This method will clear all markers currently present on the map.
Can also confirm that this has fixed the getToken() hanging issue for me. Another respectful ping to @kroikie to accept this. |
Now the users can determine two things: - Whether the phone is capable of biometrics. - Whether any biometric checks are available to the app.
I'm new to Flutter and am evaluating it for use with Firebase. This plugin is obviously important! |
Matches the change in flutter/flutter#21657
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
yeah, i messed up this branch/PR. :( sorry about that, I'll have to recreate it in another PR. |
@ffeu Please do and make sure you reference it from this Pull Request so I can come and show my support. Cheers! |
4 similar comments
@ffeu Please do and make sure you reference it from this Pull Request so I can come and show my support. Cheers! |
@ffeu Please do and make sure you reference it from this Pull Request so I can come and show my support. Cheers! |
@ffeu Please do and make sure you reference it from this Pull Request so I can come and show my support. Cheers! |
@ffeu Please do and make sure you reference it from this Pull Request so I can come and show my support. Cheers! |
@ffeu Are you planning on submitting a new PR as per your comment above? |
@Hixie yes, give me just a few minutes |
replaced by #869 |
intends to fix flutter/flutter#17699 and fix flutter/flutter#20378
Removing local cache of getToken() in the dart part of the plugin. Now getToken() calls directly its counterparts in the iOS and Android implementations. This enables obtaining its value without calling configure() or having to wait for a new token refresh.