thank you for the video! i followed all the steps, but when i click on the login with Facebook button, it shows the error message, "something went wrong, we are working on it and we'll get it fixed as soon as we can." It would be a great help if you could suggest solutions for the above mentioned problem.
@@ProglabsOfficial There are many problems which come up like the one you faced where you had to go and change the permission for social profile access. Insecure connection problem. Steps needed to be taken before going live. The complete solution, instead of one part on how to make it work. Also, you can do some on FlutterFire UI.
Hello, ElevatedButton(onPressed: () async { await signInWithFacebook(); **Your Navigator here** }, child: Text("Login with facebook")), after the signInWithFacebook();l you can just put your navigator for the next screen.
Hello sir, when you are debugging your app then you don't need a working privacy policy URL. When you release your app on stores then you need a working URL. For now put any URL you want
Big thanks brooooooo, working 2 years later haha
hahaha yes thats surprising for me as well :P
what about login with different accounts? can all the users of my app will be able to login or just me developer account?
Hi
once your application is live on stores (Google play or AppStore)then anybody can login with their facebook account
Next video maybe flutter admob mediation with Facebook audience network 👌👌
Thanks sir thats a great suggestion :)
Good Work Sir Very Easy to learn👍👍
Thank you Keep following us
thank you for the video!
i followed all the steps, but when i click on the login with Facebook button, it shows the error message, "something went wrong, we are working on it and we'll get it fixed as soon as we can."
It would be a great help if you could suggest solutions for the above mentioned problem.
Hello Deepshika, did you try to clone the repo which i mentioned in the description, change the keys and try to run it?
You basically skipped the problems which are difficult to solve.
Can you please mention out which problems i skipped might be i can make a video on them too.
@@ProglabsOfficial There are many problems which come up like the one you faced where you had to go and change the permission for social profile access. Insecure connection problem. Steps needed to be taken before going live. The complete solution, instead of one part on how to make it work. Also, you can do some on FlutterFire UI.
I want it login and go to another screen what I can I do?
Hello,
ElevatedButton(onPressed: () async {
await signInWithFacebook();
**Your Navigator here**
}, child: Text("Login with facebook")),
after the signInWithFacebook();l
you can just put your navigator for the next screen.
privecy poilicy url not working
Hello sir,
when you are debugging your app then you don't need a working privacy policy URL. When you release your app on stores then you need a working URL. For now put any URL you want
text size of your editor is too small
Hi
thanks for your suggestion I will increase it in my next playlist
thank you
Welcome :)
code the button Logoud of facebook plis
FirebaseAuth.instance.signOut();
just call this function if you want to signout the user from any method of Firebase Authentications.
code?
Hello Loeza. After completing the playlist I will make a repository and share the link of it in the description of every video.