Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/walletkit/react-native/notifications/push.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down