Skip to content

Commit 311427e

Browse files
committed
fix(auth, ios): fix compile error in setTenantId code
1 parent ee40f50 commit 311427e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/ios/RNFBAuth/RNFBAuthModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ - (void)invalidate {
904904
(FIRApp *) firebaseApp
905905
:(NSString *) tenantID
906906
) {
907-
FIRAuth authWithApp:firebaseApp].tenantID = tenantID;
907+
[FIRAuth authWithApp:firebaseApp].tenantID = tenantID;
908908
}
909909

910910
RCT_EXPORT_METHOD(useDeviceLanguage:

0 commit comments

Comments
 (0)