Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 979d737

Browse files
authored
Disable Direct Channel API on iOS
1 parent d9cf845 commit 979d737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messaging/messaging.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export function prepAppDelegate() {
253253
_processPendingNotifications();
254254

255255
if (typeof (FIRMessaging) !== "undefined") {
256-
FIRMessaging.messaging().shouldEstablishDirectChannel = true;
256+
FIRMessaging.messaging().shouldEstablishDirectChannel = false;
257257
}
258258
});
259259
}

0 commit comments

Comments
 (0)