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

Поділитися
Вставка
  • Опубліковано 20 чер 2021
  • Hi
    I am Shafaqat Ali & Welcome to My youtube channel Technical Skillz.
    About this video:
    This video is about android development main focus of this video on Authentication. This is the 4th video of android Authentication development.
    In this video we learn Login With Facebook In Android App Using Firebase | Android Facebook Authentication Firebase (Easy) Login With Facebook In Android App Using Firebase | Android Facebook Authentication Android Studio
    If you Like the video Press Like button and subscribe my Channel. Thank you so much.
    Previous Video:
    Advance Responsive Design Login & Register Activity using constraint Layout in Android Studio
    • Advance Responsive Des...
    Login & Register Android App Using Firebase | Android Studio Authentication Tutorial - FIrebase Auth
    • Login & Register Andro...
    Google Sign In Android | Login With Google Using Firebase Authentication In Android with no Error
    • Google Sign In Android...
    Login With Facebook In Android App Using Firebase | Android Facebook Authentication Android Studio
    • Login With Facebook In...
    Android GitHub Login-Sign In using Firebase Authentication Android Studio | GitHub Login Firebase
    • Android GitHub Login-S...
    Android Fingerprint Authentication - Lock App - Android App Login Using Fingerprint Android Studio
    • Android Fingerprint Au...
    Android Fingerprint Authentication Using Server - Firebase Login Using Fingerprint Android Studio
    • Android Fingerprint Au...
    Android Twitter Login-SignIn using Firebase Authentication Android Studio | Twitter Login Firebase
    • Android Twitter Login...
    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Find Others Videos
    Chat me App playlist
    • Chat Me App
    Firebase Authentications
    • Firebase Authenticatio...
    Firebase Database Simple App
    • Firebase ( Database & ...
    Activity & Fragment Communitication
    • Activity & Fragment & ...
    Navigation Drawer
    • Android Navigation Dra...
    Android Alert Dialoge & Snackbar Tutorials
    • Android Alert Dialoge ...
    ViewPager and Swipe View
    • Android ViewPager & Ta...
    Room Database
    • Android Notification T...
    Appbar/ToolBar
    • Android AppBar ( Toolb...
    Firebase Storage
    • Firebase Storage Tutor...
    Recyclerview
    • Android RecyclerView
    Android Firebase Realtime Database Tutorials
    • Android Firebase Realt...
    FirebaseUI RecyclerView
    • FirebaseUI RecyclerView
    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    DISCLAIMER: This Channel DOES NOT Promote or encourage Any illegal activities, all contents provided by This Channel is meant for EDUCATIONAL PURPOSE only.
    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Our Social Links:
    UA-cam : / technicalskillz
    Facebook : / bscsworld
    Twitter : / bscsworld
    instagram : / bscsworld
    Email :bscsworld@gmail.com
    #FacebookAuth
    #technicalskillz
    #FacebookLogin
    #FirebaseAuth
    #ShafaqatAli
    Tags:
    facebook authentication,
    facebook authentication using firebase android studio tutorial,
    facebook authentication code,
    facebook authentication app code,
    facebook authentication firebase android,
    facebook authentication failed,
    facebook authentication android studio,
    facebook authentication using firebase android,
    facebook authentication using firebase,
    firebase authentication,
    android login,android facebook login,
    facebook login android

КОМЕНТАРІ • 76

  • @cigrastudio_dev
    @cigrastudio_dev 2 роки тому +1

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

  • @IslamicReminderzz
    @IslamicReminderzz 3 роки тому +1

    It worked..Thanks alot .Easy to understand

  • @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?

    • @user-mi5sk2tg7j
      @user-mi5sk2tg7j 10 місяців тому

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

  • @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

  • @LostZoro266
    @LostZoro266 2 роки тому +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 2 місяці тому

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

  • @anupambasak4223
    @anupambasak4223 2 роки тому

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

  • @neamvey
    @neamvey 3 роки тому

    good Video

  • @notatall__
    @notatall__ 2 роки тому +1

    Thank you sir

  • @skillbuilderoffical
    @skillbuilderoffical 2 роки тому

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

  • @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

  • @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)'

  • @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 .

  • @adarshanand7893
    @adarshanand7893 2 роки тому

    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.

  • @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.

  • @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?

  • @romitbhikadiya9641
    @romitbhikadiya9641 Рік тому

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

  • @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 2 роки тому

      @@technicalskillz thank u👍

    • @ajaymeghani6765
      @ajaymeghani6765 2 роки тому

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

  • @ruchitasonawane2226
    @ruchitasonawane2226 2 роки тому +1

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

    • @technicalskillz
      @technicalskillz  2 роки тому

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

  • @syedlukman9994
    @syedlukman9994 2 роки тому

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

  • @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 ?

  • @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

    • @user-mi5sk2tg7j
      @user-mi5sk2tg7j 10 місяців тому

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

    • @hardikagarwal2003
      @hardikagarwal2003 10 місяців тому

      @@user-mi5sk2tg7j 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 10 місяців тому

      @@user-mi5sk2tg7j 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.

  • @orang.gabut404
    @orang.gabut404 2 роки тому

    helo sir, can i get your source code please?

  • @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?

  • @resurekt97
    @resurekt97 2 роки тому +1

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

  • @its_shaun8122
    @its_shaun8122 Рік тому +1

    how do you fix the error when implementing the Callbackmanager?

  • @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 ?

  • @aayeshasiddiqua8598
    @aayeshasiddiqua8598 2 роки тому +1

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

    • @technicalskillz
      @technicalskillz  2 роки тому

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

  • @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

  • @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

  • @SOMEONE-ik3gp
    @SOMEONE-ik3gp Рік тому +1

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

    • @technicalskillz
      @technicalskillz  Рік тому

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

  • @58csevaibhavghugase21
    @58csevaibhavghugase21 2 роки тому

    3:48

  • @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 2 роки тому

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

    • @annehsu3326
      @annehsu3326 2 роки тому +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 2 роки тому

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

  • @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