feat: implement social login functionality with Google, Facebook, and Twitter, including API integration and platform-specific configurations.

This commit is contained in:
pradeepkumar
2026-03-26 00:07:31 +05:30
parent ad2d50138a
commit c5f905b4d3
14 changed files with 479 additions and 14 deletions

View File

@@ -47,9 +47,26 @@
</array>
</dict>
</dict>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb2124098594797306</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
<string>2124098594797306</string>
<key>FacebookClientToken</key>
<string>c7ed8c0d68a517cca1cd0e6668282410</string>
<key>FacebookDisplayName</key>
<string>RE-Quest</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>mailto</string>
<string>fbapi</string>
<string>fb-messenger-share-api</string>
</array>
<key>NSPhotoLibraryUsageDescription</key>
<string>We need access to your photo library to set your profile photo.</string>