INNER CODE UNIT · Swift
logout
joreilly/Confetti · iosApp/iosApp/Authentication.swift:42
func logout() async throws {
GIDSignIn.sharedInstance.signOut()
try Auth.auth().signOut()
}
}
enum AuthenticationError: Error {
case runtimeError(String)
}