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.
1 parent 2acbcd8 commit 4fd4020Copy full SHA for 4fd4020
FirebaseAuth/Sources/Swift/AuthProvider/PhoneAuthProvider.swift
@@ -629,7 +629,7 @@ import Foundation
629
private let usingClientIDScheme: Bool
630
private var recaptchaVerifier: AuthRecaptchaVerifier?
631
632
- init(auth: Auth, recaptchaVerifier: AuthRecaptchaVerifier? = nil) {
+ init(auth: Auth) {
633
self.auth = auth
634
if let clientID = auth.app?.options.clientID {
635
let reverseClientIDScheme = clientID.components(separatedBy: ".").reversed()
0 commit comments