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

Commit 1aac210

Browse files
"FIRMessaging is already connected" error on iOS #578
1 parent 3e5a2ea commit 1aac210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ firebase._messagingConnectWithCompletion = () => {
366366

367367
if (error) {
368368
// this is not fatal and it scares the hell out of ppl so not logging it
369-
console.log("Firebase was unable to connect to FCM. Error: " + error);
369+
// console.log("Firebase was unable to connect to FCM. Error: " + error);
370370
return reject(error);
371371
}
372372

0 commit comments

Comments
 (0)