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.
2 parents 39aa46f + 967b826 commit b8fc083Copy full SHA for b8fc083
packages/messaging/ios/RNFBMessaging/RNFBMessagingModule.m
@@ -125,7 +125,7 @@ - (NSDictionary *)constantsToExport {
125
(RCTPromiseResolveBlock) resolve
126
:(RCTPromiseRejectBlock) reject
127
) {
128
- [[FIRMessaging messaging] deleteTokenWithCompletion:^(NSError *_Nullable error) {
+ [[FIRInstallations installations] deleteWithCompletion:^(NSError * _Nullable error) {
129
if (error) {
130
[RNFBSharedUtils rejectPromiseWithNSError:reject error:error];
131
} else {
0 commit comments