Skip to main content

Enable Facebook Login for Authentication

Last Updated: 30 Jan 2021
note

Steps and UI visuals in the Facebook Developers page often change and it is hard to keep up with the changes. But they should be similar to the steps mentioned below.

Step 1

  1. Open https://developers.facebook.com/apps/
    • Click Create App
    • Select More Options > Something Else

Step 2

  1. Go to Settings> Basic
  2. Copy App ID, App Secret

Step 3

  1. Open Firebase Console
  2. Go to Authentication> Sign in method> Facebook, then Press on Edit button

Step 4

  1. Enable Facebook
  2. Paste APP ID and App secret
  3. Copy the OAuth redirect URI link

Step 5

  1. Click on the Products "+" icon from the left panel and then click on Set Up button under Facebook Login card.
  2. Go to PRODUCTS> Facebook Login for Gaming
  3. Paste the OAuth Redirect URI

Step 6

  1. Click on the "In development" Toggle Button to turn on "Live" Settings for your Facebook App.