Skip to content

Commit ebcd911

Browse files
chore: add TODO for future date
1 parent 48c1b24 commit ebcd911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AccountService+Email.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ protocol EmailPasswordOperationReauthentication {
66
}
77

88
extension EmailPasswordOperationReauthentication {
9+
// TODO: - @MainActor because User is non-sendable. Might change this once User is sendable in firebase-ios-sdk
910
@MainActor func reauthenticate() async throws -> AuthenticationToken {
1011
guard let user = Auth.auth().currentUser else {
1112
throw AuthServiceError.reauthenticationRequired("No user currently signed-in")

0 commit comments

Comments
 (0)