what if i want my user to signup with google and sign in for the first time with google and afterwords application automatically get user sign in from next time onward please help me
everything works except the logOut;
it works if I log in with firebase authentication but it does not work if I log in with google. How can I log out if I want to change my account?
Thanks if anyone can help me
ok, actually after several tests I realized that Firebase_Authentication.logout also works with Firebase_Authentication.Google SignIn; the only problem is that when I run the LogIn again I no longer have the possibility to choose which account to insert, I access directly to the one already memorized. The only way to get it, (in addition to uninstalling and reinstalling the app), is to clear the cache and delete the app data. To get this I found a component that clears the cache, but unfortunately alone is not enough, I need the way to simulate “delete app data” … I have already tried to run “TinyDb. Clear all”, but anything …
yes I know … is that I wanted to make it easier for users of the app, combining data cleaning to log out, to give him the ability to change accounts without having to go in the settings of the app to clean the data. …
Thats true i have the same problem, after one time log in, you can only use this account at the next time if you login. You have no account to choose. Google Sign in take automatically your account from the first time.