Facebook Login in Flutter With Firebase Auth
Step 0: Create a Firebase Project and put facebook credentials on their
Step 1: packages
firebase_core:
firebase_auth:
google_sign_in:
Step 2:
goto: android/app/build.gradle
and add these dependencies
apply plugin: 'com.google.gms.google-ser...
mrhanji.hashnode.dev1 min read