-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add both IID and FCM APIs in test app to test compatibility #6285
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
Conversation
Generated by 🚫 Danger |
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 fix CI
| * @param completion The completion handler to handle the token request. | ||
| */ | ||
|
|
||
| - (void)tokenWithCompletion: |
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.
Did the new public APIs get reviewed?
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.
not yet, I realize this could be pushed to master early than API review. I've removed the new public API and use the existing token API for test app testing.
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.
LGTM on green CI
Added a method to update the cache in Messaging as IID already update its own cache and storage that is shared between messaging and IID, so we just have to update messaging's cache.