I want to do sign out from my application after i signing in with firebase, and i tried this code in my application but it not working.
print("clickSignOut")
do {
try Auth.auth().signOut()
} catch {
print("can't signOut")strong text
}
print(Auth.auth().currentUser ?? "no user")