4

According to the documentation, I need to do the following:

...

  • Open the Notifications composer and select New notification.
  • Enter the message text.
  • Select Send test message.
  • In the field labeled Add an FCM registration token, enter the registration token you obtained in a previous section of this guide.
  • Click Test

But when I compose a notification, the pop-up looks like this and there is nowhere to add the token ID of the device; not to mention that there is no "Test" button. Am I missing something?

enter image description here

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
BVB09
  • 805
  • 9
  • 19
  • 1
    I also can't immediately find a way to enter a token in the console anymore. You might want to try sending from a terminall with https://stackoverflow.com/questions/37371990/how-can-i-send-a-firebase-cloud-messaging-notification-without-use-the-firebase/37376757#37376757 – Frank van Puffelen Oct 04 '20 at 14:47
  • @FrankvanPuffelen its hiding took me a while to realise its there. When creating the campaign there will be a Test button on top right. Clicking that gives the option to specify the device token. – West Aug 28 '23 at 19:11

1 Answers1

2

The pop-up you shared appears when you click on the "Review" button at the bottom of the page. You can find the "Send test message" button on the right side of the page under "Device preview" section. After you click on "Send test message", a pop-up will be shown where you can add an FCM registration token and click on the "Test" button.

enter image description here enter image description here

Hasan El-Hefnawy
  • 1,249
  • 1
  • 14
  • 20
  • I had a hard time finding that too, I always tested using Publish till i decided to click that Test button one time then i saw the token field. – West Aug 28 '23 at 18:30