I have added a Google sign in function to my app, but it seems to remove the account login everytime I restart the app. Is there a way to make a Remember Me option for a Gogle auth specificially?
Well, I did it by saving the Google User ID to a database and saving it as a stored variable until logged out. I use the User ID to write and read data from the specific account. It’s not a fool-proof solution but i’ve yet to see any issues so far. Works like a charm.