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
BREAKING CHANGE: firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+,
which transitively requires macOS 12.0+. You must update your CI build environments
to meet these minimums as well as your development environments - if you have older
hardware that still works but cannot be upgraded normally, you may like:
https://dortania.github.io/OpenCore-Legacy-Patcher/
Copy file name to clipboardExpand all lines: packages/auth/e2e/multiFactor.e2e.js
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -105,9 +105,7 @@ describe('multi-factor', function () {
105
105
}catch(e){
106
106
e.message
107
107
.toLocaleLowerCase()
108
-
.should.containEql(
109
-
'[auth/invalid-verification-code] The SMS verification code used to create the phone auth credential is invalid. Please resend the verification code sms'.toLocaleLowerCase(),
@@ -440,9 +438,7 @@ describe('multi-factor', function () {
440
438
// THEN an error message is thrown
441
439
e.message
442
440
.toLocaleLowerCase()
443
-
.should.containEql(
444
-
'[auth/invalid-verification-code] The SMS verification code used to create the phone auth credential is invalid. Please resend the verification code sms'.toLocaleLowerCase(),
0 commit comments