To enable available social login -
Go to the infixlms_instrcutor > lib folder
Open the config.dart file. then
Change the value false to true for Google/Facebook/Apple
Go to your Firebase project and enable the sign-in method for Google, Facebook, and Apple.
Google login configure for ios:
Go to infixlms_instructor > ios > Runner > folder
Open info.plist file, then
Replace the “For Google login” marked string with REVERSED_CLIENT_ID. You can find REVERSED_CLIENT_ID in your GoogleService-Info.plist file.
Facebook login configure for Android:
Go to infixlms_instructor > android > app > src > main > res > values folder
Open the strings.xml file, then
Replace the facebook_app_id, fb_login_protocol_scheme, and facebook_client_token with your Facebook login information.
Facebook login configuration for ios:
Go to infixlms_instructor > ios > Runner > folder
Open info.plist file, then
Replace the “For Facebook login” marked string with your Facebook App ID.