Login With Facebook In Android App Using Firebase | Android Facebook Authentication Android Studio

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 76

  • @IslamicReminderzz
    @IslamicReminderzz 3 года назад +1

    It worked..Thanks alot .Easy to understand

  • @cigrastudio_dev
    @cigrastudio_dev 2 года назад +1

    Thanks brother. This is exactly what I was looking for.

  • @notatall__
    @notatall__ 2 года назад +1

    Thank you sir

  • @mavraali7439
    @mavraali7439 Год назад +2

    In quickstart it is showing an error in the package name that there was a problem verifying this package name .. However, my package is the same. How to resolve it?

    • @waqartrimmer
      @waqartrimmer Год назад

      brother do you find any solution to this i encounter same issue...please let me know if you know

  • @LostZoro266
    @LostZoro266 3 года назад +2

    I got the error link broken error
    Then I fixed that error where u gave a link of fix solution in comment section and so now should I click on switch mode again to development and then change to live mode now

    • @ThanhTran-caf
      @ThanhTran-caf 7 месяцев назад

      how do you fix this error? can you pls give me more infor?

  • @neamvey
    @neamvey 3 года назад

    good Video

  • @Jordan_bs1
    @Jordan_bs1 2 года назад +1

    Hi, what can I do if the gradle shows only Dependencies? in your video there is "signinReport". where it is?? plz help. thankyou!

    • @oriolaladenegan2086
      @oriolaladenegan2086 2 года назад +1

      Hi, I am working on a project like this as well.
      Your signingReport will be under your App name right under your Gradle files.

    • @technicalskillz
      @technicalskillz  2 года назад +1

      Click on elephant icon and search signinReport and hit enter .Every android studio version have different setting

  • @its_shaun8122
    @its_shaun8122 Год назад +1

    how do you fix the error when implementing the Callbackmanager?

  • @lute248
    @lute248 2 года назад +2

    i'm being asked to enter the user data deletion after pasting the privacy policy URL. Anyone get this? how did you resolve it

    • @technicalskillz
      @technicalskillz  2 года назад

      stackoverflow.com/questions/44764212/how-should-i-deal-with-the-facebook-app-privacy-policy-url-in-developers-page

    • @lute248
      @lute248 2 года назад

      @@technicalskillz the issue is after I generate the privacy policy URL, Facebook requires you to enter the user data deletion callback which is required, I have no clue what to enter there

    • @rizkynuansa9499
      @rizkynuansa9499 2 года назад

      @@lute248 iam facing the same issue, do you have solutions now ?

  • @rianebenbrik4753
    @rianebenbrik4753 2 года назад +1

    Thanks for this greate tutorial, i tried it but i have a probleme whene i try to log with the button i have the probleme : "For your security, logging into Facebook from an embedded browser is disabled.." please any idea ?

    • @technicalskillz
      @technicalskillz  2 года назад

      Use Updated Library
      implementation 'com.facebook.android:facebook-android-sdk:[8,9)'

  • @aishwaryaande7190
    @aishwaryaande7190 2 года назад

    my app is running fine but when i build a signed apk its not log in showing error that was log in disabled, i dont know what to do, i searched so much but not get any proper solution. plz help me

  • @technicalskillz
    @technicalskillz  3 года назад

    If you cant see MyApp option then Click on get started and Register your developer facebook account after providing your information.
    1.Login with your facebook account and open developer.facebook.com
    1.CLick Get Started
    2.Enter email
    3.Enter verification code from gamil
    4.Enter facebook password if its ask

  • @skillbuilderoffical
    @skillbuilderoffical 2 года назад

    for your account security logging into facebook from an embedded browser is disabled i............

  • @AbhishekGupta-if3rb
    @AbhishekGupta-if3rb 2 года назад +1

    Please 🙏 create a video for storing the login details of user logged in through Facebook sign-in method using shared preferences. You haven't used the shared preferences for storing the user logged details in the app.

    • @technicalskillz
      @technicalskillz  2 года назад +1

      For Firebase authentication we havn't need offline share preferences. bcz you can check Firebase Auth already providing the instance if user already logged in or not.
      Here is code
      mUser = mAuth.getCurrentUser();
      if (mUser != null) {
      Intent intent = new Intent(LoginActivity.this, MainActivity.class);
      startActivity(intent);
      finish();

    • @AbhishekGupta-if3rb
      @AbhishekGupta-if3rb 2 года назад

      @@technicalskillz Thanks bro..really appreciated..you are great.

  • @ruchitasonawane2226
    @ruchitasonawane2226 3 года назад +1

    I have error ..broken links when I paste privacy policy URL please give me solution

    • @technicalskillz
      @technicalskillz  3 года назад

      Broken URL detect mean You did not created Privacy Policy properly .
      stackoverflow.com/questions/61394470/broken-url-detected

  • @Eric-ki4ke
    @Eric-ki4ke Год назад +1

    Is anyone else having trouble with this tutorial?
    I've added in all the code, set up Meta & Firebase auth for Facebook, but the app keeps dying each time I click on the Facebook button.
    Looking for the solution and will post here if I find it, but has anyone else run onto this error?

  • @SOMEONE-ik3gp
    @SOMEONE-ik3gp 2 года назад +1

    ap ny facebook aur google k liye new activity kiyon create ki. Any Reason behind that?

    • @technicalskillz
      @technicalskillz  2 года назад

      Just to show separate code for every authentication. I already explain why i was creating

  • @hardikagarwal2003
    @hardikagarwal2003 Год назад +1

    Hello bhai I am Facing error in adding package name as my app is not launched on playstore yet and after some research I found that this is the new policy of meta that we cannot use facebook authentication without a valid play store account that contains out application. This is so bad from meta's side

    • @waqartrimmer
      @waqartrimmer Год назад

      brother do you find any solution to this i encounter same issue...please let me know if you know

    • @hardikagarwal2003
      @hardikagarwal2003 Год назад

      @@waqartrimmer yes bro I researched about it and I found that Facebook has closed the login services for users that are not uploaded any application on Play Store.

    • @hardikagarwal2003
      @hardikagarwal2003 Год назад

      @@waqartrimmer yes bro I researched about it and I found that Facebook has closed the login services for users that are not uploaded any application on Play Store.

  • @sayyedmustafa6422
    @sayyedmustafa6422 3 года назад +1

    duplicate class error customtabs ka show hora bhai depository wo sb check krliya google sb try krliya bro smjhra nhi can u pls help me?

  • @58csevaibhavghugase21
    @58csevaibhavghugase21 3 года назад

    3:48

  • @syedlukman9994
    @syedlukman9994 2 года назад

    I have entered the privacy policy but it still asks me to enter valid privacy policy

  • @romitbhikadiya9641
    @romitbhikadiya9641 Год назад

    in the facebook devloper site i didn't create project somthing went wrong error

  • @adarshanand7893
    @adarshanand7893 3 года назад

    Can u please make a video on how to generate free privacy policy , I tried but facebook is not accepting my privacy policy.
    Thank you.

  • @anupambasak4223
    @anupambasak4223 3 года назад

    Hey will it work without Privacy Policy URL? If not how can I get it so that my App goes Live?

  • @ajaymeghani6765
    @ajaymeghani6765 3 года назад

    great video but i have doubt can we use without using policy url?? if ans is no so plazz tell me how to create privacy policy 🙏

    • @technicalskillz
      @technicalskillz  3 года назад +1

      App will stop working after few days ,Its necessary .Google online policy generate and make privacy Pol.

    • @ajaymeghani6765
      @ajaymeghani6765 3 года назад

      @@technicalskillz thank u👍

    • @ajaymeghani6765
      @ajaymeghani6765 3 года назад

      @@technicalskillz you are such a good teacher me aapke videos dekhta hu keep it up 👍

  • @stanioanfelix4481
    @stanioanfelix4481 2 года назад

    I have a problem where I can't change the fb app in live mode, it says I have an error withing the package name.

    • @gatiendupont4775
      @gatiendupont4775 2 года назад

      i have the same problem did you find a solution ?

  • @abhivaish706
    @abhivaish706 3 года назад

    As described On 13:31, it is going on homeActivity after signing in . In my case it come back on mainActivity. Why is this happening. Please explain.

    • @technicalskillz
      @technicalskillz  3 года назад

      you are getting any exaption,Show toast message and see what is the error message .

  • @resurekt97
    @resurekt97 2 года назад +1

    Can you please show how to do apple sign in using android studio?

  • @RockStar-Siblings
    @RockStar-Siblings 3 года назад +3

    It's telling broken url detected

    • @technicalskillz
      @technicalskillz  3 года назад

      stackoverflow.com/questions/61394470/broken-url-detected

    • @annehsu3326
      @annehsu3326 3 года назад

      Found the answer and it worked for me!
      Remove the Android platform, switch to Live and add the Android platform again.

    • @manashharshvardhan5007
      @manashharshvardhan5007 3 года назад

      @@annehsu3326 please tell me buddy🥺
      How u do this?

    • @annehsu3326
      @annehsu3326 3 года назад +3

      ​@@manashharshvardhan5007
      Hi, I assume your problem is at 15:04.
      1. remove the entire thing you just built (the android platform)
      2. switch to Live mode (the button at 14:58)
      3. follow the video and redo the whole thing again
      It's a pain in the ass I know :( but this worked for me, hopefully it works for you too...

    • @poojahvishwas1649
      @poojahvishwas1649 3 года назад

      @@annehsu3326 you mean at very first one must switch to live mode and then follow the whole video from the start...

  • @aayeshasiddiqua8598
    @aayeshasiddiqua8598 3 года назад +1

    i need help.i keep going back to the same activity

    • @technicalskillz
      @technicalskillz  3 года назад

      You getting some error that's why its not going on Main page .Check logcat what is error

  • @romitbhikadiya9641
    @romitbhikadiya9641 Год назад +1

    sha key is not in my android studio

    • @technicalskillz
      @technicalskillz  Год назад

      Click on sync (elephant) icon in android studio and type sininReport and hit enter it will create SHA key

  • @sonamkaushal1278
    @sonamkaushal1278 3 года назад

    this is not working properly in my app can you please help me

    • @technicalskillz
      @technicalskillz  3 года назад

      What is the error ?? Send me screenshot or error at bscsworld@gmail.com

  • @orang.gabut404
    @orang.gabut404 3 года назад

    helo sir, can i get your source code please?