Skip to content

Instantly share code, notes, and snippets.

@atanasovdejan
Created August 4, 2018 10:17
Show Gist options
  • Save atanasovdejan/0168fb9905b48b9095c2452b2091ef62 to your computer and use it in GitHub Desktop.
Save atanasovdejan/0168fb9905b48b9095c2452b2091ef62 to your computer and use it in GitHub Desktop.
Sign Out Firebase User
func signOut() -> Bool{
do{
try Auth.auth().signOut()
return true
}catch{
return false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment