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

Commit f77d3ea

Browse files
Merge pull request #1641 from shahen94/patch-1
Disable Direct Channel API on iOS
2 parents d9cf845 + 0c8ccda commit f77d3ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/messaging/messaging.ios.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,6 @@ export function prepAppDelegate() {
251251

252252
_addObserver(UIApplicationDidBecomeActiveNotification, appNotification => {
253253
_processPendingNotifications();
254-
255-
if (typeof (FIRMessaging) !== "undefined") {
256-
FIRMessaging.messaging().shouldEstablishDirectChannel = true;
257-
}
258254
});
259255
}
260256

0 commit comments

Comments
 (0)