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