You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
appDelegate.prototype.signDidDisconnectWithUserWithError = function (signIn, user, error) {
56
+
57
+
// Untested, so commented out
58
+
/*
59
+
appDelegate.prototype.signDidDisconnectWithUserWithError = function (signIn, user, error) {
49
60
if (error === null) {
50
61
console.log("--- OK in signDidDisconnectWithUserWithError");
51
62
} else {
52
-
console.log("--- error in signDidDisconnectWithUserWithError: " + error.localizedDescription);
63
+
console.log("--- error in signDidDisconnectWithUserWithError: " + error.localizedDescription);
53
64
}
54
-
};
55
-
*/
65
+
};
66
+
*/
56
67
}
57
68
58
69
// making this conditional to avoid http://stackoverflow.com/questions/37428539/firebase-causes-issue-missing-push-notification-entitlement-after-delivery-to ?
@@ -327,7 +338,7 @@ firebase.init = function (arg) {
0 commit comments