Hi guys!! I need to push to a certain page after I click in a notification. I handle the local notifications from a provider, but I can’t make a push from there.
Whats the way to make a push from a provider??
Thank you!!!
Hi guys!! I need to push to a certain page after I click in a notification. I handle the local notifications from a provider, but I can’t make a push from there.
Whats the way to make a push from a provider??
Thank you!!!
Maybe DeepLinks is what you’re looking for
Publish an EventEmitter or Observable in the notification handler, subscribe to it in the app component, and push from there.