-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(push): plugin is now instance based #425
Conversation
no more callbacks closes #250
declare var PushNotification: { | ||
new (): PushNotification | ||
}; | ||
export type PushEvents = 'registeration' | 'error' | 'notification'; |
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.
Typo here: registeration
should be registration
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 @Manduro I'll get that fixed
@ihadeed I think that can merge in >= 2.0 the current. |
This is now merged in v3-injectable. |
Breaking Change
no more callbacks
might need more documenting
closes #250