Can I use anonymous sign-in or Google sign-in to log in users?

Hi! It’s super simple:
Go to firebase, and copy your API key and other info into your app. Then go to authentication on the left-hand side of firebase, and click- sign-in method. It will give you a list of all possible ways Firebase can allow you to sign users up, but everything will automatically be disabled. Enable Google, and code accordingly, and you’re set.
Hope this helps!
P.S: You can also use phone number and other types of authentication, as long as you’re using firebase sign-in on Thunkable.

2 Likes