Add a Twitter social login flow to your Feathery form.
Configure your identity provider
Firebase
In your Firebase console, select your project and go to the
Authentication
page.Then, click on the Sign-in method tab and select the
Add new provider
button.Select
Twitter
, and follow Firebase's instructions to enable Twitter social login for your account.
Configure your Feathery form
Create a
Sign In
and/orSign Up
step in your form, and add a button that has theTrigger Social Login
action configured.In the
Login Provider
dropdown that appears, chooseTwitter
.Add a
Go To Step
action to the same button that runs after the Twitter login action. Have this action navigate to the step you want the user to access after they log in.
Last updated