Skip to content

Instantly share code, notes, and snippets.

@ramamilaneh
Last active January 18, 2017 15:00
Show Gist options
  • Save ramamilaneh/73ec84488788345cc72949c7699298eb to your computer and use it in GitHub Desktop.
Save ramamilaneh/73ec84488788345cc72949c7699298eb to your computer and use it in GitHub Desktop.
func logout() {
do{
try FIRAuth.auth()?.signOut()
} catch let signOutError as NSError {
print ("Error signing out: %@", signOutError)
}
NotificationCenter.default.post(name: .closeMainVC, object: nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment