From fb7b545bbd7a37912e6fc5ce44d4aab58e64a008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Balet?= Date: Wed, 7 May 2025 08:23:32 +0200 Subject: [PATCH] docs(push-notifications-firebase.md): update button location Change the description of where to find the button to test notification --- docs/main/guides/push-notifications-firebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/guides/push-notifications-firebase.md b/docs/main/guides/push-notifications-firebase.md index 32323afc3..b34423849 100644 --- a/docs/main/guides/push-notifications-firebase.md +++ b/docs/main/guides/push-notifications-firebase.md @@ -457,7 +457,7 @@ _Note: On iOS, you will see a popup asking you to allow notifications for your a If your app successfully registers and you followed the code above, you should see an alert with a success message! -Now we'll test to see if the notifications are received by our device. To send a notification, in Firebase, go to the **Cloud Messaging** section under the Grow header in the project pane. +Now we'll test to see if the notifications are received by our device. To send a notification, in Firebase, go to the **Messaging** section under the Project shortcuts header in the project sidepanel. Next, select the **New Notification** button.