Configure Firebase
To configure Firebase api follow the steps below.
- Log into https://firebase.google.com/ using email and password.
- Click on Add Project and then click Create New Project with require information
- Now this credentials have to fill up in System Setup -> Firebase.
Configure login with Facebook
- Log into https://developers.facebook.com using facebook email and password.
- Click on My App and then click the Add New App.
- Give the name of the app and then click on Create App ID. It will automatically redirect to the App dashboard.
- Then go to Settings -> Basic.
- Set the App Domains and click on Save Changes.
- Get the App ID and App Secret.
- Now go to firebase>authentication
- Now click on Add New Provider and select Facebook.
- Then give the App ID and App Secret
- Copy call back url and paste here
login with Google
- just enable the switch button
Configure login with Twitter
- Go to https://developer.twitter.com/en/apps
- Click on Create An App.
- Fill in your application details.
- After creating the app follow their steps to get client Id & client secret.
- Then give it to firebase