Skip to content

Commit

Permalink
chore(auth, ios): add dev logging in multi-factor area
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed May 20, 2024
1 parent c6ed777 commit 60c6e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/auth/ios/RNFBAuth/RNFBAuthModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,9 @@ - (void)invalidate {
: (NSString *)sessionId
: (RCTPromiseResolveBlock)resolve
: (RCTPromiseRejectBlock)reject) {
DLog(@"verifyPhoneNumberForMultifactor using app: %@", firebaseApp.name);
DLog(@"verifyPhoneNumberForMultifactor phoneNumber: %@", phoneNumber);
DLog(@"verifyPhoneNumberForMultifactor sessionId: %@", sessionId);
FIRMultiFactorSession *session = cachedSessions[sessionId];
DLog(@"using instance VerifyPhoneNumberForMultifactor: %@",
firebaseApp.name)[[FIRPhoneAuthProvider providerWithAuth:[FIRAuth authWithApp:firebaseApp]]
Expand Down

0 comments on commit 60c6e15

Please sign in to comment.