Open djessyczaplicki opened 2 years ago
I'm using WPF and I am on v4 btw, if it makes any difference
Is this still the case with latest release?
You can use a Provider Custom Parameter to always show a prompt to login when signed out.
FirebaseUI.Initialize(new FirebaseUIConfig {
ApiKey = "<ApiKey>",
AuthDomain = "<AuthDomain>",
Providers = new FirebaseAuthProvider[]
{
new GoogleProvider().AddCustomParameters(new System.Collections.Generic.KeyValuePair<string, string>("prompt", "select_account"))
},
...
});
I am trying to logout from Google, but when I try to sign out, it doesn't let me choose another google account