Hey fellas, I highly recommend using "flutter_facebook_auth" instead of "flutter_facebook_login", as the latter one hasn't been updated in over 2 years, while the first one has constant maintenance, so the chance of letting you down or getting deprecated is lower.
how can i create a login system For Example for School App using Student Admission ID and Password, not using email. And without SignUp.. If we manually enter student Data? Please Help! Thanks
Hmm, the only reason I can think of is that the FlutterFire docs are using flutter_facebook_auth version 1.0.0 and i use 3.5.0. But the core principles are still the same, you get the token from facebook, make a firebase credential and then log in. The only thing that is different is the way you get the token
@@ProgrammingAddict ok thanks, but i have problem with Google and Facebook login at the same time. When I'm disabled Facebook package from pubspec.yaml ,it's working.