Facebook Login

Facebook Login allows users to log into your app using their Facebook credentials.


Set Up Facebook Developer Account:

If you don't have a Facebook Developer account, create one at Facebook for Developers

Create a new app in your Facebook Developer account and note down the App ID.

1. Platform-specific Configurations:

Add your Facebook App ID to the AndroidManifest.xml file located at android/app/src/main/AndroidManifest.xml:

Add your Facebook App ID and token to file located at android/app/src/main/res/values/string.xml:

(You need to use your own facebook AppId and Token)

Update Info.plist for Ios( You need to use your own facebook AppId and Token)



Read more about facebook login, official documentation