Firebase Auth with OAuth providers (sign in with Google, etc.)

There’s a great example in the docs on how to allow users to sign in: User Sign Up, Sign In, and Authentication with Firebase | Drag and Drop | Thunkable Docs

I even made a YouTube video to help people get this done faster: https://www.youtube.com/watch?v=2OhOXeLGy_g

My question is, is it possible to use Firebase Auth together with OAuth (Google, Twitter, etc)?

I know it’s possible to do Google sign in by connecting to GCP directly, but this would would be way easier!

Because of security and data privacy issues, if you use Google, Apple, etc. OAuth, you won’t have access to that data via Firebase.

Hi Matt,

I’m talking about something like this:

https://firebase.google.com/docs/auth/web/google-signin

This is normally pretty easy to do with code. I’m wondering if it can be done with Thunkable.