Skip to content

Commit b8fc083

Browse files
authored
Merge 967b826 into 39aa46f
2 parents 39aa46f + 967b826 commit b8fc083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/messaging/ios/RNFBMessaging/RNFBMessagingModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ - (NSDictionary *)constantsToExport {
125125
(RCTPromiseResolveBlock) resolve
126126
:(RCTPromiseRejectBlock) reject
127127
) {
128-
[[FIRMessaging messaging] deleteTokenWithCompletion:^(NSError *_Nullable error) {
128+
[[FIRInstallations installations] deleteWithCompletion:^(NSError * _Nullable error) {
129129
if (error) {
130130
[RNFBSharedUtils rejectPromiseWithNSError:reject error:error];
131131
} else {

0 commit comments

Comments
 (0)