We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e54f723 + 0523c4c commit 6a607e4Copy full SHA for 6a607e4
ios/RNQuickFirebase.m
@@ -38,7 +38,7 @@ @implementation RNQuickFirebase
38
rejecter:(RCTPromiseRejectBlock)reject) {
39
FIRAuthCredential *credential = [[FIRPhoneAuthProvider provider] credentialWithVerificationID:self.verificationID
40
verificationCode:otp];
41
- [[FIRAuth auth] signInAndRetrieveDataWithCredential:credential
+ [[FIRAuth auth] signInWithCredential:credential
42
completion:^(FIRAuthDataResult * _Nullable authResult, NSError * _Nullable error) {
43
if (error) {
44
reject(error.localizedDescription, error.localizedDescription, error);
0 commit comments