From 09e2b96ec2c800284c8ba30d88f2a6b94b0c3157 Mon Sep 17 00:00:00 2001 From: King Date: Fri, 31 Jan 2025 23:34:20 +0100 Subject: [PATCH] Update push.mdx --- docs/walletkit/react-native/notifications/push.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walletkit/react-native/notifications/push.mdx b/docs/walletkit/react-native/notifications/push.mdx index 92ff525d0..090c6eebe 100644 --- a/docs/walletkit/react-native/notifications/push.mdx +++ b/docs/walletkit/react-native/notifications/push.mdx @@ -13,7 +13,7 @@ For the push notifications to be forwarded to FCM or APNs, the [Push Server](../ To enable a device for push notifications, it's essential to register the device token using `Web3Wallet.registerDeviceToken`. This token can be obtained from either FCM or APNS, depending on the platform used. To receive push notifications from WalletConnect's Push Server via Firebase Cloud Messaging, you will need to setup Firebase in your project. -You can follow their docummentation - [Firebase documentation](https://rnfirebase.io/messaging/usage#installation). +You can follow their documentation - [Firebase documentation](https://rnfirebase.io/messaging/usage#installation). Once you have Firebase configured, you can obtain the device token by calling `messaging().getToken()`. This unique token is used to identify each device. ```ts