Facebook Sign-In
This section will explain how to set up Facebook Sign-In in a project
Last updated
Was this helpful?
This section will explain how to set up Facebook Sign-In in a project
Last updated
Was this helpful?
First you need to register your Facebook Developer account
If you do not have a Facebook account, then you will need to register
Link to instructions Facebook Android Setup:
Once you have created an account, you need to follow the link , to create your project in Facebook Developer
In our case, we need to click on the Create a new app button
Then we need to choose the application type
Then fill in the information
After creating the project, you need to go to Android Studio in the project, and change the values in the variables Open file android/app/src/main/res/values/string.xml, then replace the values: facebook_app_id, fb_login_protocol_scheme, facebook_client_token.
app_name - Name of your project
facebook_app_id - Your project ID
fb_login_protocol_scheme
facebook_client_token
Then, you need to go to the Basic tab, and click on the "Add Platform" button
Then select Android platform
Then choose a store -> Google Play
After creation, you need to specify Packages Name/Class name/Key hashes
Packages Name you can find in the file AndroidManifest.xml
In Android Studio in the terminal, you need to write the following command:
If you want to bring the application into production mode, you need to switch
Also, in order to put the application into production mode, you need to go to the Request and Permissions tab, and access
If you want to create test users
Select an existing project or create a new one
Then, you need to add your ids to the ios folder, you need to find the file info.plist Path: ios-> Runnes -> info.plist And replace the following fields
Then add the platform to the Facebook project
The more detailed documentation about Facebook Setup work you can find here:
Link to Facebook IOS Setup instructions:
Link to create an IOS project:
Enter your Bundle ID (You can find it in )