Steps for Creating Authentication Login Services (Facebook and Google)

Does anyone have the best step guide for implementing a registration through Facebook and Gmail?

I don’t have any ideas yet for Facebook or Google login but you can use the Sign In component to create registration via Firebase:

https://docs.thunkable.com/thunkable-cross-platform/2-create/components/security/sign-in

The sample app Gram has an example of how you might use Sign In
https://docs.thunkable.com/thunkable-cross-platform/1-get-started/sample-apps

1 Like

Thanks Albert! I see a component for “Authentication” but not sure if that allows for Gmail and Facebook Authentication. Haven’t got there yet.