Send notifcation to open wallet - firebase

I would like to send a firebase notification to mobile device, and after opening this notification i would like to open my wallet.
is it possible to do this with firebase or with an apple notification system.
Thanks for any help.

Related

background push notification in ionic3

I have completed an e-commerce app in ionic3. The problem is I want user to be notified when new offers or deals are added in our inventory. This should be a backend process, whether or not the app is open or close.
Note: There is no firebase involved.
If you want to use to get notification in same device then you can try Local notification native plugin for notification and if you want to send notification to other device then you have to use Push or FCM or Onesignal and yes this all required firebase to send push notification to generate device id/key.

Can I send Push notifications to those users who have un-installed my android app?

I unity developer, I used "onesignal.com" to send push notification to my active users. Now please guide me is there any way to send messages to those who have un-installed my app ?
the answer is no and another thing this is not logical to send push notification after the app is uninstalled.

Ionic Firebase push notification issue

I'm using Firebase for push notification. Problem is i want to send push notification for some mobile phones but when i'm sending push notification it will send notification to all installed mobile app
You would need to get the mobile token and then store it somewhere on your server.
Then you can send to specific devices using the mobile token.
Just in case, i actually wrote a full guide on how to implement push notifications to your ionic app here

Firebase open rate of push notifications shows no data

I am sending Push Notifications on my iOS application from Firebase console and the notifications are delivered however the Notification section in Firebase does not show Open Rate(Mean how many notifications were open out of total sent ). Why is that happening ?
I think gcm is not related here, he said he is working with ios, not android. I am experiencing the same behaviour with my iOS app here!

Alert notification in android group chat app

I am building an android group chat application which is using Firebase real time database and, i want to add an alert notification in it, so that when any user that installs the app would be able to receive notification in his or her android phone when ever any other user sends chat messages.
I would be very much glad if any one can help me out on this issue. Thanks in advance.

Resources