Simple Login App using Database Tutorial (PART 8) - Retrieving User Information (Android Studio 3.0)

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 124

  • @ProfessorDK
    @ProfessorDK  6 ปีที่แล้ว +9

    The app and code in the video are tested and perfectly working. However, I have seen that some of you are facing difficulties and getting some errors, so here is a beginners guide to debugging:
    1) Error: Null object reference Solution: This always means you have given the wrong XML ID, just correct it
    2) Error: User Credentials not sent to Firebase Solution: Check if you have added all dependencies else do the following:
    In Android Studio, go to Tools > Firebase. Click on it. A new tab will open. Click on Authentication > More Info > Email and Password Authentication Link. Another tab will open. Check if the first step shows connected to the database. If not, just click on it and you should be asked for Firebase credentials and on entering that, you will get connected :)
    3) Error: App is crashing Solution: Check your logcat section present at the bottom of Android Studio, it will tell you where you have made the error or what caused the error. Just go to that line then and debug.
    4) Error: App crashing in emulator: This happens because your emulator doesn't have the latest google play store services. Either update play store or just run it on normal phone
    Also, some things to note:
    1) Every new user must have unique email ID
    2) The password length must be more than 8 characters long
    3) Internet must be ON
    Hope this helped everyone :)

  • @len5120
    @len5120 6 ปีที่แล้ว +1

    sir i'm really thankful for the tutorial with proper explanation of the code (why we required ,what will do),everything is clear .
    Sir give tutorial with one objective on developing an app.

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Glad you liked it. Sure will do :)

  • @sheong9999
    @sheong9999 5 ปีที่แล้ว +3

    Hi Sir , when i press my profile and my app will crashing , can help you me ?

  • @rwill.7313
    @rwill.7313 6 ปีที่แล้ว +2

    Excellent! It works perfectly for me!

  • @rcpangeran
    @rcpangeran 5 ปีที่แล้ว +2

    Great video as always.. thaks for your sharing

  • @FoundedBy_India
    @FoundedBy_India 6 ปีที่แล้ว +3

    DatabaseReference databaseReference = firebaseDatabase.getReference(firebaseAuth.getUid());
    is line me error aa rahi he jab logout karte he .
    app stop opening something like that.
    aur reason aisa kuch de raha he ki jab logout press karte to firebase me se signout ho jata he to uper vale line me firebaseAuth.getUid() is me null ajayega

    • @shivamgautam3115
      @shivamgautam3115 5 ปีที่แล้ว +1

      Hello Professor I am facing the error in above comment

  • @atharvapatkar9674
    @atharvapatkar9674 5 ปีที่แล้ว +3

    My app is crashing before even it starts running, I mean it gets installed but when it starts to open the app it crashes it started after I performed part 8 before it was working all fine... please help.
    It's not prompting any error in build process, that means its not its a logical error but I cant pinpoint where

    • @ankitnayak9151
      @ankitnayak9151 4 ปีที่แล้ว

      Atharva Patkar yes same here, how to deal with that.

    • @jabsdev6897
      @jabsdev6897 4 ปีที่แล้ว

      Just check it wisely. Professor DK just commented some of the line of code on the Github. Be aware.

  • @Combatforce922
    @Combatforce922 5 ปีที่แล้ว +2

    Sir do videos on how to implement maps in android app and post it.

  • @kali-fr
    @kali-fr 6 ปีที่แล้ว

    Thank you teacher.
    The menu is not showing on my user profile activity. How do I add it on this activity? Can we create a function of method that we can call from an activity when we need the menu?
    thanks

  • @nishanthtb2080
    @nishanthtb2080 5 ปีที่แล้ว +1

    How to retrieve all the user's data to listview please help !!??

  • @gauravsaini9226
    @gauravsaini9226 4 ปีที่แล้ว

    sir, its showing constructor"userProfile " never used. profileActivity file is not reading the userProfile class properly, what should i do?

  • @klkdz
    @klkdz 3 ปีที่แล้ว

    hi, can I know why my profile page doesn't show the image? is there any possible error from my side? the project is working perfectly with no error

  • @sudharmajain2045
    @sudharmajain2045 6 ปีที่แล้ว +2

    Sir please make a video on fetching all details of a multiple user and then show in list view.

    • @nishanthtb2080
      @nishanthtb2080 5 ปีที่แล้ว

      Yes please make a video on that using the same project please

    • @ayeshivlogs09
      @ayeshivlogs09 4 ปีที่แล้ว

      yes

  • @punjabweb
    @punjabweb 6 ปีที่แล้ว

    Hello DK if I have to insert data in different categories like fruits, vegetables and bakery, then what should be the insert code?

  • @noorulain8463
    @noorulain8463 5 ปีที่แล้ว

    if we have multiple users and want to get login with firebase id we dont want to add any radio group or spinner for specifying...how can i implement the logic?

  • @manalbenchrif2961
    @manalbenchrif2961 4 ปีที่แล้ว

    when i click data in fire base i don't see anything i see just a video introducing firebase any help?

  • @NurulHuda-jv8xh
    @NurulHuda-jv8xh 4 ปีที่แล้ว

    is email verify is mandatory for profile information ?

  • @kanamachi9185
    @kanamachi9185 3 ปีที่แล้ว +1

    java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.example.flybuy.Model.Userprofile.getName()' on a null object reference
    at com.example.flybuy.Fragment.ProfileFragment$1.onDataChange(ProfileFragment.java:82)
    can you please solve this why wrong. i can understand and stack here

  • @sumas562
    @sumas562 6 ปีที่แล้ว

    DK sir , plz help me in how can I do double user login such that one user goes to first page and other different page . How can I do different tables in Firebase

  • @denisamarginean4801
    @denisamarginean4801 4 ปีที่แล้ว

    Hi! I am trying to implement this, but the app crash and I get this errors:
    Attempt to invoke virtual method 'java.lang.String com.example.nuthealth.User.getAge()' on a null object reference
    at com.example.nuthealth.AccountActivity$1.onDataChange
    Could you give me some help?

  • @onlineoffersalert5427
    @onlineoffersalert5427 6 ปีที่แล้ว +1

    Hi professor, I have created till 9th part till (Updating User Info) as per link your codes as it is. but when i run it my fire base data not showing in profile page and it not staying and automatically get out to Secoundactivity page Error Showing *(Unfortunately, this app has stopped) link this and so many button Error also showing like this... please provide me the solution to it.

    • @punjabweb
      @punjabweb 6 ปีที่แล้ว

      yes userProfile data is not being stored in Database. only authencation is working. There is some fault in this tutorial. Prof DK himself is just a 22 year old guy.. he is no expert. He is just little better than beginners.

    • @yahya-imammunir7381
      @yahya-imammunir7381 5 ปีที่แล้ว

      Firstly, remove the default constructor and all the getter and setter methods from UserProfile class. That will allow your data to be stored inside your database. Secondly, watch this tutorial( th-cam.com/video/V-z3Y8s31gY/w-d-xo.html )to be able to display your Profile details. I hope this helps.

    • @yahya-imammunir7381
      @yahya-imammunir7381 5 ปีที่แล้ว +1

      @@punjabweb The later part of your comment is demotivating.
      Firstly, remove the default constructor and all the getter and setter methods from UserProfile class. That will allow your data to be stored inside your database. Secondly, watch this tutorial( th-cam.com/video/V-z3Y8s31gY/w-d-xo.html )to be able to display your Profile details

  • @gauravbhandari4386
    @gauravbhandari4386 6 ปีที่แล้ว +2

    My App is working fine but there is a glitch regarding the database retrieval. I have created two Profile Section in my App, one in the menu.xml & second in the navigation drawer. But whenever i'm clicking on the Profile Section, the page opens up for like 4-5 seconds before it crashes down. It is not showing any data from the database rather the following error is shown in my logcat. FATAL EXCEPTION: main
    Process: com.example.android.amihost, PID: 9995
    java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.example.android.amihost.UserProfile.getUserName()' on a null object reference
    at com.example.android.amihost.ProfileActivity$1.onDataChange(ProfileActivity.java:41)
    at com.google.android.gms.internal.zzegf.zza(Unknown Source)
    at com.google.android.gms.internal.zzeia.zzbyc(Unknown Source)
    at com.google.android.gms.internal.zzeig.run(Unknown Source)
    at android.os.Handler.handleCallback(Handler.java:746)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:148)
    at android.app.ActivityThread.main(ActivityThread.java:5443)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)

    • @gauravbhandari4386
      @gauravbhandari4386 6 ปีที่แล้ว +2

      Whosoever is facing this error has to just Check if their UID in the database tab is same as in their Authentication Tab. If not, then delete the previous Email Account and Sign Up in the app again. This worked for me. Check for your own.

    • @shivamgautam3115
      @shivamgautam3115 5 ปีที่แล้ว

      @@gauravbhandari4386 Hi I have done the same but it doesn't help me.Can you please elaborate me in this..

  • @mundabetimabuku7708
    @mundabetimabuku7708 5 ปีที่แล้ว +1

    great tutorials am enjoying..please help me i want to retrieve my data without using firebase getUid as my database reference

  • @zaidbargir8545
    @zaidbargir8545 5 ปีที่แล้ว +1

    How I can retrieve image and text in recyclerview ?????????

  • @lzygyz814
    @lzygyz814 6 ปีที่แล้ว

    Thank you man your video is the best

  • @vikramnayak6441
    @vikramnayak6441 6 ปีที่แล้ว +1

    sir i did not disabled thee sendemailverification,but apart from that i have coded exacly the same as you did.but my app is crashing.

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Please post the logcat error if possible so I can know why it's crashing :)

    • @ankitnayak9151
      @ankitnayak9151 4 ปีที่แล้ว

      Vikram Nayak same here, after implementing getter setter, just comment it out app will work fine and also don’t forget to comment set text in profile activity.

  • @sudharmajain2045
    @sudharmajain2045 6 ปีที่แล้ว

    Sir can you make video on , how to create dynamic fields means add multiple edittext box on button click and get all the values from that all dynamic fields. Please sir make it.

  • @uzzalmondal7812
    @uzzalmondal7812 6 ปีที่แล้ว +1

    vaia every day i want your Video

  • @anupambasak4223
    @anupambasak4223 4 ปีที่แล้ว

    Sir I uploaded my data and it's showing in Authentication as well as in Database but in Profile Activity's Profile menu it's showing NULL. Please Sir solve this otherwise I can't proceed.

  • @okashawaseem9205
    @okashawaseem9205 3 ปีที่แล้ว

    hello how we can do this by using SQLite Database?

  • @muhammadwaseemasghar2104
    @muhammadwaseemasghar2104 5 ปีที่แล้ว

    my app is running successfully on my android device which is installed during build but when i send this app to another device via bluetooth/whtastpp from my device it does't run on this device show App not installed error....any body can help plz

  • @leehoongyaen6331
    @leehoongyaen6331 5 ปีที่แล้ว

    hi professor, i has an error after connected to the firebase. Can i know how to solve it?
    Error- Failed to resolve: firebase-auth-15.0.0

  • @fanilaali1049
    @fanilaali1049 3 ปีที่แล้ว

    Hello ,can you please help me to solve this error
    cannot find symbol
    Name.setText("Email: "+ userclass.getName());
    ^
    symbol: variable Name
    I have User class where I have Name as a parameter but it gives me error ,I tried to make my parameter static but it still gives error ,Please tell me that how can I solve this error.

  • @asifiqbal1261
    @asifiqbal1261 6 ปีที่แล้ว

    Sir you Awesome.
    I have one request, can you please show, how to retrieve user profile inside a slide navigation view.
    Thank You

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Yes that's a good suggestion :)

  • @rajuar9889
    @rajuar9889 5 ปีที่แล้ว

    PROBLEM
    PROBLEM
    PROBLEM
    PROBLEM
    brother it is all working
    but in tool menu it is not showing the firebase option

  • @gautamgajra4725
    @gautamgajra4725 5 ปีที่แล้ว

    how to retrive value from firebase without any notifcation please explain it

  • @chayanikagogoi605
    @chayanikagogoi605 5 ปีที่แล้ว

    I am facing a problem while updating user data into database. Help.

  • @AKSKMY
    @AKSKMY 2 ปีที่แล้ว

    For anyone who like me just revisited their project so reference or for fun do remember to login to Firebase console and reactivate your realtime database again. For some reason mine got deactivated after I think 2 years?

  • @hasnainsial7511
    @hasnainsial7511 6 ปีที่แล้ว

    Hye bro, I am not crating User profile activity but instead i will give the info into the firebase directly, I just want to retrieve the info, So the problem is you in Ondatachange you used Userprofile so what should i use instead ??

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Based on the fields u enter manually in database create a Java class like Users profile and retrieve the data :)

    • @hasnainsial7511
      @hasnainsial7511 6 ปีที่แล้ว

      i want to add GPA SGPA and Name, So i make a profile user class and add these three like you did and make getter and setter

    • @hasnainsial7511
      @hasnainsial7511 6 ปีที่แล้ว

      I haven't created registration activity at all, I have just created login activity, So do you think it will work

    • @hasnainsial7511
      @hasnainsial7511 6 ปีที่แล้ว

      I just want to retrieve the user data which i have manually added into Profile activity, Plzz guide me bro :)

  • @basanthkumarkoliwad5861
    @basanthkumarkoliwad5861 4 ปีที่แล้ว

    Unable to retrieve data from the registration activity. The app crashes and shuts down immediately. Please I would require immediate assistance for this problem.
    Thank You

    • @Vishnukumar-xu5vr
      @Vishnukumar-xu5vr 4 ปีที่แล้ว

      Same problem bro i face..what u done the soln

  • @chakhna
    @chakhna 6 ปีที่แล้ว

    Sir plz make video how to show pic username and id in navigation drawer header.

  • @blueempoleon6507
    @blueempoleon6507 5 ปีที่แล้ว

    multitask service is not running because prop is false, so getInstance return null. Someone help

  • @ishwarmeena6051
    @ishwarmeena6051 4 ปีที่แล้ว

    Thank You Sir

  • @muzammilshaik1370
    @muzammilshaik1370 6 ปีที่แล้ว

    Did you upload Part 9 and part 10??

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Not yet. Working on it, will be posted soon :)

  • @kamalabaikattimani6994
    @kamalabaikattimani6994 3 ปีที่แล้ว

    Thanks❤ bro

  • @whacker4321
    @whacker4321 6 ปีที่แล้ว

    amazing videos !!!!

  • @srt2431
    @srt2431 6 ปีที่แล้ว +1

    After implementing this I get .. error on logout option on menue

    • @ameerhaical
      @ameerhaical 6 ปีที่แล้ว +2

      Don't forget to put break; after you do the startActivity

    • @mrgpspoetry196
      @mrgpspoetry196 6 ปีที่แล้ว +1

      Aikah thanks bro

    • @codesimplifier1370
      @codesimplifier1370 5 ปีที่แล้ว +1

      @@ameerhaical Loved your comment bro, You SAVEDDDDD my life. Thank YOUUUUUU

  • @punjabweb
    @punjabweb 6 ปีที่แล้ว

    I got this error ... on ProfileActivity.java
    error: incompatible types: FirebaseDatabase cannot be converted to DatabaseReference
    how to resolve it.. ???

    • @punjabweb
      @punjabweb 6 ปีที่แล้ว +1

      I resolved this issue by updating databse dependencies and import database.->
      in build gradle file
      import com.google.firebase.database.DatabaseReference;
      and in RegistrationActivity.java
      import com.google.firebase.database.DatabaseReference;
      But .. registration data only going to authentication and user age, name etc is not being stored in Realtime database? Some people say you can not store data directly to Realbase database without first logging in as an authenticated user. After login you can create your profile. Is it the case?

  • @pkerketta77
    @pkerketta77 5 ปีที่แล้ว

    In my case .getUid is not coming, it's giving error there

  • @sidrayousaf2461
    @sidrayousaf2461 4 ปีที่แล้ว

    Sir i found error of. setText in my profileActivity so how i can solve it?

  • @sumas562
    @sumas562 6 ปีที่แล้ว

    Sir plz upload video for how to develop chat application in android studio using Firebase database

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Yes working on it, will be uploaded soon :)

    • @sumas562
      @sumas562 6 ปีที่แล้ว

      Tq sir

  • @Mdirfan-lk1wx
    @Mdirfan-lk1wx 6 ปีที่แล้ว +1

    Sir my menu crashed

  • @garyaguilar1007
    @garyaguilar1007 6 ปีที่แล้ว

    professor DK i hope you see this. i have an error on the (firebaseAuth.getUid()); i cannot get the Uid please help me

    • @017-yasararafatht6
      @017-yasararafatht6 4 ปีที่แล้ว

      Put break statement in switch case.
      That's the problem arise in (firebaseAuth.getUid());

  • @nandhakumar9737
    @nandhakumar9737 6 ปีที่แล้ว

    when i click slack link..it shows that "This invite link is no longer active."

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Link has been updated. You can join now :)

  • @sadisusalisu216
    @sadisusalisu216 6 ปีที่แล้ว

    After the data upload was successfully. then i followed this video now the app is crashing please help me out.

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Please post the logcat error so that I can help u better :)

    • @sadisusalisu216
      @sadisusalisu216 6 ปีที่แล้ว +1

      04-15 15:13:40.203 8496-8496/ng.org.ddhub.kanoblooddonation D/ActivityThread: hoder:android.app.IActivityManager$ContentProviderHolder@2869c86e,provider,holder.Provider:android.content.ContentProviderProxy@23300b0f
      04-15 15:13:40.246 8496-8496/ng.org.ddhub.kanoblooddonation W/ActivityThread: Application ng.org.ddhub.kanoblooddonation can be debugged on port 8100...
      04-15 15:13:40.249 8496-8496/ng.org.ddhub.kanoblooddonation D/ActivityThread: installProvider: context.getPackageName()=ng.org.ddhub.kanoblooddonation
      04-15 15:16:14.600 8496-8496/? I/Process: Sending signal. PID: 8496 SIG: 9

    • @sadisusalisu216
      @sadisusalisu216 6 ปีที่แล้ว

      That is the message from Logcat

    • @batoolali7636
      @batoolali7636 6 ปีที่แล้ว

      having the same error!!......SADISU SALISU have u found the solution??
      help me

  • @sadisusalisu216
    @sadisusalisu216 6 ปีที่แล้ว

    Please Professor help me ALT +0 is not working I am stoped

    • @jayedm3342
      @jayedm3342 6 ปีที่แล้ว

      select your text... then right click and then click generate...

    • @nawazahmed4697
      @nawazahmed4697 6 ปีที่แล้ว

      if not working ALT+0 Just Click *Shift+ALT+0

  • @sartajsingh1541
    @sartajsingh1541 6 ปีที่แล้ว +1

    part 9,10................100 please

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Haha, yes definitely. New videos every weekend :)

  • @yatindradhurwe7297
    @yatindradhurwe7297 6 ปีที่แล้ว

    App has been crash when i logout....
    Help to fix it

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      Could you post your logcat error?

    • @saidur-rahman1
      @saidur-rahman1 6 ปีที่แล้ว

      I am facing the same issue here, please find my logcat report below:
      05-08 14:13:21.771 25322-25322/? I/zygote64: Late-enabling -Xcheck:jni
      05-08 14:13:22.058 25322-25322/com.example.saidurrahman.rev7_loginapp2 W/zygote64: Unsupported class loader
      05-08 14:13:22.060 25322-25322/com.example.saidurrahman.rev7_loginapp2 W/zygote64: Skipping duplicate class check due to unsupported classloader
      05-08 14:13:22.064 25322-25322/com.example.saidurrahman.rev7_loginapp2 W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
      05-08 14:13:22.069 25322-25322/com.example.saidurrahman.rev7_loginapp2 W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
      05-08 14:13:22.084 25322-25322/com.example.saidurrahman.rev7_loginapp2 I/BiChannelGoogleApi: [FirebaseAuth: ] No Fallback module; NOT setting up for lazy initialization
      05-08 14:13:22.098 25322-25337/com.example.saidurrahman.rev7_loginapp2 W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
      05-08 14:13:22.108 25322-25322/com.example.saidurrahman.rev7_loginapp2 D/FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
      05-08 14:13:22.109 25322-25337/com.example.saidurrahman.rev7_loginapp2 I/FirebaseAuth: [FirebaseAuth:] Loading module via FirebaseOptions.
      05-08 14:13:22.109 25322-25337/com.example.saidurrahman.rev7_loginapp2 I/FirebaseAuth: [FirebaseAuth:] Preparing to create service connection to gms implementation
      05-08 14:13:22.175 25322-25322/com.example.saidurrahman.rev7_loginapp2 V/FA: Cancelling job. JobID: 322656585
      05-08 14:13:22.180 25322-25322/com.example.saidurrahman.rev7_loginapp2 V/FA: Registered activity lifecycle callback
      05-08 14:13:22.181 25322-25322/com.example.saidurrahman.rev7_loginapp2 I/FirebaseInitProvider: FirebaseApp initialization successful
      05-08 14:13:22.182 25322-25322/com.example.saidurrahman.rev7_loginapp2 I/InstantRun: starting instant run server: is main process
      05-08 14:13:22.207 25322-25340/com.example.saidurrahman.rev7_loginapp2 V/FA: Collection enabled
      05-08 14:13:22.208 25322-25340/com.example.saidurrahman.rev7_loginapp2 V/FA: App package, google app id: com.example.saidurrahman.rev7_loginapp2, 1:818589852144:android:cffcf107c9278dfc
      05-08 14:13:22.210 25322-25340/com.example.saidurrahman.rev7_loginapp2 I/FA: App measurement is starting up, version: 11910
      05-08 14:13:22.210 25322-25340/com.example.saidurrahman.rev7_loginapp2 I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
      05-08 14:13:22.211 25322-25340/com.example.saidurrahman.rev7_loginapp2 I/FA: To enable faster debug mode event logging run:
      adb shell setprop debug.firebase.analytics.app com.example.saidurrahman.rev7_loginapp2
      05-08 14:13:22.211 25322-25340/com.example.saidurrahman.rev7_loginapp2 D/FA: Debug-level message logging enabled
      05-08 14:13:22.247 25322-25340/com.example.saidurrahman.rev7_loginapp2 V/FA: Connecting to remote service
      05-08 14:13:22.262 25322-25340/com.example.saidurrahman.rev7_loginapp2 V/FA: Connection attempt already in progress
      05-08 14:13:22.266 25322-25322/com.example.saidurrahman.rev7_loginapp2 V/FA: onActivityCreated
      05-08 14:13:22.460 25322-25340/com.example.saidurrahman.rev7_loginapp2 V/FA: Connection attempt already in progress
      05-08 14:13:22.461 25322-25340/com.example.saidurrahman.rev7_loginapp2 V/FA: Activity resumed, time: 419176359
      05-08 14:13:22.468 25322-25340/com.example.saidurrahman.rev7_loginapp2 I/FA: Tag Manager is not found and thus will not be used
      05-08 14:13:22.473 25322-25340/com.example.saidurrahman.rev7_loginapp2 D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=4104369710303382162}]
      05-08 14:13:22.475 25322-25344/com.example.saidurrahman.rev7_loginapp2 D/OpenGLRenderer: HWUI GL Pipeline
      05-08 14:13:22.513 25322-25340/com.example.saidurrahman.rev7_loginapp2 V/FA: Connection attempt already in progress
      05-08 14:13:22.548 25322-25344/com.example.saidurrahman.rev7_loginapp2 I/Adreno: QUALCOMM build : 8e59954, I0be83d0d26
      Build Date : 09/22/17
      OpenGL ES Shader Compiler Version: EV031.21.02.00
      Local Branch : O17A
      Remote Branch :
      Remote Branch :
      Reconstruct Branch :
      05-08 14:13:22.551 25322-25344/com.example.saidurrahman.rev7_loginapp2 D/vndksupport: Loading /vendor/lib64/hw/gralloc.msm8994.so from current namespace instead of sphal namespace.
      05-08 14:13:22.557 25322-25344/com.example.saidurrahman.rev7_loginapp2 I/Adreno: PFP: 0x00000000, ME: 0x00000000
      05-08 14:13:22.568 25322-25344/com.example.saidurrahman.rev7_loginapp2 I/zygote64: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
      05-08 14:13:22.570 25322-25344/com.example.saidurrahman.rev7_loginapp2 I/OpenGLRenderer: Initialized EGL, version 1.4
      05-08 14:13:22.570 25322-25344/com.example.saidurrahman.rev7_loginapp2 D/OpenGLRenderer: Swap behavior 2
      05-08 14:13:22.635 25322-25344/com.example.saidurrahman.rev7_loginapp2 D/vndksupport: Loading /vendor/lib64/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
      05-08 14:13:22.636 25322-25344/com.example.saidurrahman.rev7_loginapp2 D/vndksupport: Loading /vendor/lib64/hw/gralloc.msm8994.so from current namespace instead of sphal namespace.
      05-08 14:13:22.674 25322-25340/com.example.saidurrahman.rev7_loginapp2 D/FA: Connected to remote service
      05-08 14:13:22.675 25322-25340/com.example.saidurrahman.rev7_loginapp2 V/FA: Processing queued up service tasks: 4
      05-08 14:13:22.695 25322-25322/com.example.saidurrahman.rev7_loginapp2 V/View: dispatchProvideAutofillStructure(): not laid out, ignoring 0 children of 1073741834
      05-08 14:13:22.699 25322-25322/com.example.saidurrahman.rev7_loginapp2 I/AssistStructure: Flattened final assist data: 3320 bytes, containing 1 windows, 12 views
      05-08 14:13:27.808 25322-25340/com.example.saidurrahman.rev7_loginapp2 V/FA: Inactivity, disconnecting from the service
      05-08 14:13:39.835 25322-25327/com.example.saidurrahman.rev7_loginapp2 I/zygote64: Do partial code cache collection, code=29KB, data=27KB
      05-08 14:13:39.836 25322-25327/com.example.saidurrahman.rev7_loginapp2 I/zygote64: After code cache collection, code=29KB, data=27KB
      05-08 14:13:39.836 25322-25327/com.example.saidurrahman.rev7_loginapp2 I/zygote64: Increasing code cache capacity to 128KB
      05-08 14:14:00.134 25322-25327/com.example.saidurrahman.rev7_loginapp2 I/zygote64: Do partial code cache collection, code=47KB, data=46KB
      05-08 14:14:00.134 25322-25327/com.example.saidurrahman.rev7_loginapp2 I/zygote64: After code cache collection, code=47KB, data=46KB
      05-08 14:14:00.134 25322-25327/com.example.saidurrahman.rev7_loginapp2 I/zygote64: Increasing code cache capacity to 256KB
      05-08 14:14:00.135 25322-25327/com.example.saidurrahman.rev7_loginapp2 I/zygote64: Compiler allocated 6MB to compile void android.view.ViewRootImpl.performTraversals()
      05-08 14:14:21.724 25322-25386/com.example.saidurrahman.rev7_loginapp2 V/FA: Recording user engagement, ms: 59263
      05-08 14:14:21.727 25322-25386/com.example.saidurrahman.rev7_loginapp2 V/FA: Connecting to remote service
      05-08 14:14:21.734 25322-25386/com.example.saidurrahman.rev7_loginapp2 V/FA: Activity paused, time: 419235621
      05-08 14:14:21.741 25322-25386/com.example.saidurrahman.rev7_loginapp2 D/FA: Logging event (FE): user_engagement(_e), Bundle[{firebase_event_origin(_o)=auto, engagement_time_msec(_et)=59263, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=4104369710303382162}]
      05-08 14:14:21.793 25322-25386/com.example.saidurrahman.rev7_loginapp2 V/FA: Connection attempt already in progress
      05-08 14:14:21.794 25322-25386/com.example.saidurrahman.rev7_loginapp2 D/FA: Connected to remote service
      05-08 14:14:21.794 25322-25386/com.example.saidurrahman.rev7_loginapp2 V/FA: Processing queued up service tasks: 2
      05-08 14:14:26.728 25322-25322/com.example.saidurrahman.rev7_loginapp2 E/ActivityThread: Performing stop of activity that is already stopped: {com.example.saidurrahman.rev7_loginapp2/com.example.saidurrahman.rev7_loginapp2.MainActivity}
      java.lang.RuntimeException: Performing stop of activity that is already stopped: {com.example.saidurrahman.rev7_loginapp2/com.example.saidurrahman.rev7_loginapp2.MainActivity}
      at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3996)
      at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4084)
      at android.app.ActivityThread.-wrap24(Unknown Source:0)
      at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1622)
      at android.os.Handler.dispatchMessage(Handler.java:106)
      at

  • @joshualkausanorguba6112
    @joshualkausanorguba6112 6 ปีที่แล้ว

    please professor ,,,mine does not allow to use get uid

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      firebaseAuth.getUUID() isnt working you mean? Make sure you are typing with a small f in firebaseAuth object :)

    • @bensonsaju9533
      @bensonsaju9533 4 ปีที่แล้ว

      @@ProfessorDK getuid is returning null.how to solve this

  • @rishabhgupta5460
    @rishabhgupta5460 4 ปีที่แล้ว

    Getting error on getemail()

  • @mr.bigmama5324
    @mr.bigmama5324 6 ปีที่แล้ว

    Anyone know how to implement this in a fragment?

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว +1

      Just add the firebase functions inside the view pager of the fragment :)

    • @mr.bigmama5324
      @mr.bigmama5324 6 ปีที่แล้ว

      Professor DK thanks for responding

    • @mr.bigmama5324
      @mr.bigmama5324 6 ปีที่แล้ว

      Professor DK sorry, it's me again, but... Where are this?

    • @ProfessorDK
      @ProfessorDK  6 ปีที่แล้ว

      I didn't get you!

  • @jakirliton3252
    @jakirliton3252 5 ปีที่แล้ว

    IT'S TOO MUCH ZOOMING.

  • @henrypeters9263
    @henrypeters9263 5 ปีที่แล้ว

    I want to make the login app without the profile pic how would I delet this part of the code