Firebase Cloud Messaging - Target to single device not visible in Firebase console

Viewed 11591

I am trying to send notification to a single device in android , but when i am doing it from Firebase console , it's not visible in Firebase new view .

Could anyone help me from where do i need to send notification to a single device ?

enter image description here

1 Answers

Try These Steps Carefully:

  1. Tap New Notification

  2. Fill up Notification title(Optional), Notification Text, Notification label(Optional) and etc

  3. Tap Send Test Message under 1. Notificationtest

  4. Add Firebase Instance ID of Your Device. To get Instance Token, check this doc

  5. Tap Test and Voila![enter image description here]

  6. You should receive your test message within a couple of seconds

Related