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 5fcd4d2 commit c5ada6eCopy full SHA for c5ada6e
FirebaseAuth/Tests/Unit/PhoneAuthProviderTests.swift
@@ -662,7 +662,7 @@
662
let strippedName = functionName.replacingOccurrences(of: "(", with: "")
663
.replacingOccurrences(of: ")", with: "")
664
FirebaseApp.configure(name: strippedName, options: options)
665
- let auth = Auth.auth(app: FirebaseApp.app(name: strippedName)!)
+ let auth = Auth(app: FirebaseApp.app(name: strippedName)!, backend: authBackend)
666
667
kAuthGlobalWorkQueue.sync {
668
// Wait for Auth protectedDataInitialization to finish.
0 commit comments