Facebook OAuth
This tutorial will cover using Facebook OAuth with a React application.
Getting Started
- Create an account with Facebook for Developers.
- Add a new application under the new account.
- On the left sidebar, click + Add Product.
- Add the Facebook Login product.
- Open a new tab and head to your application's Firebase console.
- On the sidebar, click Authentication.
- On the blue navbar, click Sign-In Method.
- Enable Facebook authentication.
- In your Facebook for Developers tab, click Dashboard.
- Copy and paste the API ID and App secret from Facebook for Developers to the Firebase console.
- On your Firebase console, copy the Firebase OAuth redirect URI.
- Paste the Firebase OAuth redirect URI to the Valid OAuth redirect URIs in Facebook for Developers' Facebook Login dashboard.