Is it possible to open page of choice for my notifications using firebase cloud messaging?
Hi! I guess it would be possible using the notification opened/received events, but not sure if these should be placed on the global canvas or on some specific (root) page in your navigation Let me know if you try this out and what works or doesn’t work for you!
@mevi, How do I separate each push notification via notification opened/received? Different push notification will open up different page
I looked into this and there are some bug issues regarding notification opened/received events. We’ll be looking into fixing these in a future sprint, probably 3.2.X or 3.3.X
Opening a page from the global canvas (with data correctly being fetched from notification opened event) isn’t working for me