Google OAuth process kind of sucks

I have been trying to use the OAuth method as a way to get my app to function with a login process, and when I sign out of the OAuth, it actually doesn’t.

Here’s a little bit of my code:

For the time being, I’ve replaced my variables to null once I have clicked the sign out button. But if I sign in with Email instead, the name won’t show up.

Any help will be appreciated!

EDIT: I forgot to add the sign out block under the Firebase sign out block, so I added it, making that it doesn’t get confusing.

Thanks,
Krish

im so lonely

Hello @krish05
How did you test it?
Android, iOS, Web Preview or Web app
Instead of setting null, could you please try to set an empty text?

I tested this on Web Preview, and yes, I can change it to an empty text. But could you please analyze my problem? I can send you whatever images you require or a link perhaps.

Update: I’ve put the variables to empty strings, and tested it out. Nothing changed. I understand there could probably be a difference in what you may say next, so I will wait. Sorry I’m yapping a lot :expressionless:

I’ve set all the code properly, and even went onto YouTube, Thunkable Docs, and other resources that could’ve helped me, but nothing was in detail. All the Google data is being displayed as I want it to, but the sign out just isn’t working. I’m unsure about the Firebase process, but I will have to look deeper into that later on.

If you just do, button click → sign out from Google, does that work? This is assuming that you were able to sign into Google successfully which it sounds like you were.