We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5614990 commit 89db7b0Copy full SHA for 89db7b0
1 file changed
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift
@@ -254,7 +254,6 @@ public extension AuthService {
254
255
do {
256
if shouldHandleAnonymousUpgrade {
257
- // TODO: - check this works. This is how it is done in previous implementation, but I wonder if this would fail
258
let credential = EmailAuthProvider.credential(withEmail: email, password: password)
259
try await handleAutoUpgradeAnonymousUser(credentials: credential)
260
} else {
0 commit comments