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 efa29b4 commit 5c84e32Copy full SHA for 5c84e32
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift
@@ -264,7 +264,7 @@ public final class AuthService {
264
}
265
266
267
- func sendEmailVerification() async throws {
+ public func sendEmailVerification() async throws {
268
do {
269
if let user = currentUser {
270
// Requires running on MainActor as passing to sendEmailVerification() which is non-isolated
0 commit comments