#5 Login and Registration Android App Tutorial Using Firebase Authentication - Display User Profile

preview_player
Показать описание
This is the fifth part of the Firebase Android Tutorial series. In this video series we will learn how to build a login and registration system using Firebase authentication. In this video, we will learn how to display user profile information using Firebase authentication in android studio

Watch the entire Firebase video series

🔴 Subscribe for more educational tutorials on CodeWithMazn channel!

Follow me on Instagram
Рекомендации по теме
Комментарии
Автор

This video is great and well explained, deserves the most views among all the similar tutorials

ahmednasif
Автор

Hi, can you make how to update the data? I've been following you channel and I have to say you're the best tutorial channel ever !!

guyalalee
Автор

i saw a few before this which did not work this is smallest code i have seen for far for this work and worked flawlessly thanks a lot

baroncandy
Автор

Thank You for teaching in such simple way !!!

ayushkhare
Автор

Great video .As amazing as its simple.Keep it up.Subscribed

ZaidKhan-hsuv
Автор

This video is so helpful and informative thank you, Keep it up.

palakshravagi
Автор

If someone used a real-time database, replace part of the code:

DatabaseReference reference =
ValueEventListener() {
@Override
User userProfile =
if(userProfile != null) {



}

Previously, set the get and set methods in the 'User' class

Thanks for the great tutorials! You helped me a lot.

vlwfxdo
Автор

Best video ever for Firebase Auth . <3

rayancrasta
Автор

Thank You very much it helped me so much <3 <3 <3 keep going your tutrials is amazing

abdelrahmanali
Автор

Sir, your videos are awesome.. Would be grateful if you also show how to update the users profile..

sudarshanakonwar
Автор

21 th like ! i love you !! ||

graziaorlando
Автор

Hello kind sir, all of the video is great and i understand thanks to you but when i do the display data my app crashes whenever i login, i just cant seem to get the data from the database, do you have any idea what is the problem ?

thubigdog
Автор

Hello sir. This video's are so good and benefits for me. I am currently doing my fyp . Sir in this video I can see user display profile there is only logout. Can u create same like this and insert this feature like user profile name age email that can able to change with edit, update and delete button . When they change here it automatically change in firebase database. Like. That

ranjinisunderaraj
Автор

That’s so wonderful declaration thanks alot
So i have this question can i give access 2 user for editing his info & how

muhammadadel
Автор

THANK YOU SO MUCH. YOU SAVED MY LIFE <3

zoroslvr
Автор

Hi Mazn, did you have a video for editing a profile and saving it to Realtime Firebase? Because I made one for it but it keeps crashing when I run it.

eoghanfeighery
Автор

Thanks for your great tutorial but I got a problem, my app is crashed when I call function addListenerForSingleValueEvent, do you have any idea? Thanks a lot ^^

thaile
Автор

Can I add this if I already have a user registered. I did not set up database on firebase yet but my user can login and register confused.

woonie
Автор

I tried this but on an additional page called UserProfile, so once the user gets to their main activity they would click the profile button to get there and they can view/edit their user details, this isn't however working at the moment and doesn't even display the user details, any knowledge on why?

ndatasolutions
Автор

Great video! I was wondering how you would go about adding this sort of functionality to fragments within my app, such as a login/register fragment or a profile information fragment that fetches your data from firebase.

maul_grab