# Sign out with google block

**URL:** https://community.thunkable.com/t/sign-out-with-google-block/3717593
**Category:** Questions about Thunkable X
**Created:** [April 5, 2025, 7:03pm UTC](https://community.thunkable.com/t/sign-out-with-google-block/3717593 "2025-04-05T19:03:26Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![nsappdev](https://avatars.discourse-cdn.com/v4/letter/n/7c8e57/32.png) [@nsappdev](https://community.thunkable.com/u/nsappdev)
#### Post date: [April 5, 2025, 7:03pm UTC](https://community.thunkable.com/t/sign-out-with-google-block/3717593/1 "2025-04-05T19:03:26Z")

</div>

What does the sign out with google block actually do? I know that the sign in block lets us access the account info…

---

<div class="post-metadata">

### Author: ![anandavardhana57zwwl](https://avatars.discourse-cdn.com/v4/letter/a/8baadc/32.png) [@anandavardhana57zwwl](https://community.thunkable.com/u/anandavardhana57zwwl)
#### Post date: [April 5, 2025, 7:14pm UTC](https://community.thunkable.com/t/sign-out-with-google-block/3717593/2 "2025-04-05T19:14:05Z")

</div>

Even I was curious and Googled it like this:  
“what does logging out of google firebase mean?”  
Got a very good and complete answer. If anyone wants I can share that info here…

---

<div class="post-metadata">

### Author: ![nsappdev](https://avatars.discourse-cdn.com/v4/letter/n/7c8e57/32.png) [@nsappdev](https://community.thunkable.com/u/nsappdev)
#### Post date: [April 6, 2025, 12:11am UTC](https://community.thunkable.com/t/sign-out-with-google-block/3717593/3 "2025-04-06T00:11:43Z")

</div>

Sorry, I mean with Google Oauth. Anyone know?

---

<div class="post-metadata">

### Author: ![krish05](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/krish05/32/200523_2.png) [@krish05](https://community.thunkable.com/u/krish05)
#### Post date: [April 6, 2025, 2:27pm UTC](https://community.thunkable.com/t/sign-out-with-google-block/3717593/4 "2025-04-06T14:27:07Z")

</div>

The `sign out from Google` block means when you sign in with Google at the start of your project, it will stay signed in until you call the sign out function. If you keep it in a stored variable, then even if you close and reopen the app, your Google account will still stay signed in. When you click the sign out button, it will log out your Google account from your app, but you need to manually set your stored variable(s) to `""`.

---

<div class="post-metadata">

### Author: ![krish05](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/krish05/32/200523_2.png) [@krish05](https://community.thunkable.com/u/krish05)
#### Post date: [April 6, 2025, 2:30pm UTC](https://community.thunkable.com/t/sign-out-with-google-block/3717593/5 "2025-04-06T14:30:47Z")

</div>

Using Firebase and OAuth are two different things when using Thunkable.

Firebase is to sign in with email, and enter your own custom password and profile picture, while OAuth gathers your Google account information and stores it similarly to the Firebase procedure, but will only gather your profile picture, email, GUser ID, and first/last/full name.

If someone addresses it as “Google Sign in,” it’s very possible they are mentioning OAuth, not Firebase.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [July 5, 2025, 2:31pm UTC](https://community.thunkable.com/t/sign-out-with-google-block/3717593/6 "2025-07-05T14:31:21Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
