-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the way to achieve token while init the app #667
Conversation
✅ Integration test succeeded!Requested by @cynthiajoan on commit 520af2c |
@@ -567,10 +567,16 @@ code. | |||
|
|||
## Release Notes | |||
|
|||
### Future Release | |||
- Changes | |||
- Messaging (Android): Fixes an issue to receive token when |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
instad of Fixes
@@ -567,10 +567,16 @@ code. | |||
|
|||
## Release Notes | |||
|
|||
### Future Release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to the actual version number of the upcoming release at the next opportunity, per http://go/firebase-cpp-release.
The current way to grab token is starting a new IntentService, and tried to get IID token. Since we already have the new API to get installations token with a Future function call, it's better to use the new way and deprecate the IID related code.
This fix will address the issue firebase/quickstart-unity#1088