-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(signOut) Implementing signOut on iOS #37
feat(signOut) Implementing signOut on iOS #37
Conversation
Stop getting the last push payload every time handler is set
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.
Thanks for the feature! You also updated the docs, awesome!
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! 💯
It looks like we have an issue on CI, lets wait a little to merge this until it is fixed, related to: |
@Gabriel-Azevedo please do a rebase with master to see if CI works fine to merge it :) |
* Removing checkRecentNotification on setNotificationOpenedHandler Stop getting the last push payload every time handler is set * Adding signOut function to iOS * Code formatting * reverting checkRecentNotification * Updating readMe
What
Implementing signOut on iOS
Why
As discussed on #34, signOut on iOS was missing
How
Following the documentation