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

Commit 7c95786

Browse files
#410 [iOS] Fix firebaseAuth reference error (re-added after #414 was merged)
1 parent 4447374 commit 7c95786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ firebase._cachedInvitation = null;
10831083
arg.customOptions.tokenProviderFn()
10841084
.then(
10851085
function (token) {
1086-
firebaseAuth.signInWithCustomTokenCompletion(token, onCompletion);
1086+
fAuth.signInWithCustomTokenCompletion(token, onCompletion);
10871087
},
10881088
function (error) {
10891089
reject(error);

0 commit comments

Comments
 (0)