Authentication > Facebook

If you don't want to use Facebook Login in your app, check here to learn how to remove it.

Ensure the "facebook" sign-in provider is enabled on the Firebase Console. & that your app is in live mode on Meta for Developers

1. Get AppId and Client token from Meta for Developers Console and paste that keys to app.json

app.json

* Make sure to pick the client_id with client_type: 3

2. Open your terminal and run the following command.

terminal

Rerun the application and That's it you are good to go.

Remove Facebook Signin

1. Open your terminal and run the following command

terminal

2. Remove the Following lines in app.json under plugins.

app.json

5. Delete the Following files

  • src/services/auth/signInWithFaceBook.ts
  • src/components/auth/FaceBookSignIn.tsx
  • 6. Remove the Following line in src/screens/Login.tsx

    src/screens/Login.tsx

    7. Finally, open your terminal and run the following command.

    terminal

    8. Now, restart the application.