feat: implement social login functionality with Google, Facebook, and Twitter, including API integration and platform-specific configurations.
This commit is contained in:
6
android/app/src/main/res/values/strings.xml
Normal file
6
android/app/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="facebook_app_id">2124098594797306</string>
|
||||
<string name="facebook_client_token">c7ed8c0d68a517cca1cd0e6668282410</string>
|
||||
<string name="fb_login_protocol_scheme">fb2124098594797306</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user