We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25c6eb commit efa8657Copy full SHA for efa8657
README.md
@@ -147,6 +147,7 @@ Example:
147
- [As its own](#as-its-own)
148
- [FCM.clearAllNotifications()](#fcmclearallnotifications)
149
- [FCM.createNotificationChannel()](#fcmcreatenotificationchannel)
150
+ - [FCM.deleteInstanceId()]
151
- [FCM.getAPNSToken()](#fcmgetapnstoken)
152
- [FCM.getInitialPushPayload()](#fcmgetinitialpushpayload)
153
- [FCM.getToken()](#fcmgettoken)
@@ -190,6 +191,13 @@ await FCM.createNotificationChannel({
190
191
});
192
```
193
194
+##### FCM.deleteInstanceId()
195
+
196
+Deletes the InstanceId, revoking all tokens.
197
+```typescript
198
+await FCM.deleteInstanceId();
199
+```
200
201
##### FCM.getAPNSToken()
202
203
Gets iOS device's current APNS token.
0 commit comments