diff --git a/src/routes/docs/products/messaging/send-push-notifications/+page.markdoc b/src/routes/docs/products/messaging/send-push-notifications/+page.markdoc index ee56727cc5..0d1daa27d7 100644 --- a/src/routes/docs/products/messaging/send-push-notifications/+page.markdoc +++ b/src/routes/docs/products/messaging/send-push-notifications/+page.markdoc @@ -330,7 +330,7 @@ func messaging( } } } - +``` Since the token is saved in `UserDefaults`, you can access it from anywhere in your app. With this saved `fcmToken`, you can create a push target with Appwrite when the user logs in. Each push target is associated with an account, heres an example with an email password login.