f-miyu / Plugin.FirebaseAuth

MIT License
61 stars 26 forks source link

Add SignOut to README.md #12

Closed jobvk closed 2 years ago

jobvk commented 4 years ago

Please add how to SignOut in the README.md File. Because I Don't Understand how to sign out.

maurosampietro commented 4 years ago

CrossFirebaseAuth.Current.Instance.SignOut();

By the way i think this does not signout from the provider you used to sign in (if you used facebook google or anything to login in firebase)

Maybe one of the developers can show us the best practice to signout from the provider we used and firebase at the same time

maurosampietro commented 2 years ago

Good to see you are doing well 2 years and 15 days later.