Firebase Android Tutorial - Part 2 - User Login

preview_player
Показать описание
Start using firebase for your android apps with this Firebase Android Tutorial.

This is the second part of the Firebase Android Tutorial series. In this video we will learn how we can create a login option for the registered users.

In this part of Firebase Android Tutorial, we will create a user registration and login app in a very simple way.

More part will come soon in this Firebase Android Tutorial Series. For the source code and other details for this part visit the following link

For more android application development tutorial visit:
Рекомендации по теме
Комментарии
Автор

Updated Firebase Authentication Tutorial with Improved Audio
Please Share

SimplifiedCoding
Автор

Sir you are one of the best and rarest youtubers who teach perfectly and extacly the concepts pls create a video series on firebase cloud messaging using php as the admin area through which we can target specific users and push notifications to them only

soumyodeepto
Автор

compared to every other tutorial i watched about android login... yours was by far the most easiest to understand with least amount of errors from other users as well. good job keep it up i hope your channel grows

nismosrt
Автор

Hey guys.. i want to thank u all from simplified coding ..u guys helps me alot in my project! Thank you so much !! 😊

zenxd
Автор

This is extremely clear and helpful. Without any complications right to the point. Thank you and keep going man. The previous one was also great.

bite_beat
Автор

thank u dude literally the only video that has a functioning code thank you

ranmandlavi
Автор

My code is exactly the same as shown in the video. But the login is not working...where could i be making the mistake? Any suggestion would help me.

diyashaikh
Автор

I need to implement custom authentication with a different username and not with email. Can you please provide a tutorial for this ?

sunilsaggitarius
Автор

perfect tutorial, thank u so much.
1) Question !!
- why firebaseAuth.getCurrentUser() != null ?
- this will straight open up the profile activity whenever u click the app instead of login or registering your account
- i have removed it in order to log in my account first before getting into the app

jasonakon
Автор

Hello! Why do you put the finish() before the startActivity and not after it?

pianoLee-sxdx
Автор

Hi there, I'm having crashes on my app everytime a new activity is started. Its saying I can't cast to it in the log. It happens on both Emulator and my Android device. I have tried changing the way the activity is changed but it still crashes. Please advise?

hodgepodgetv
Автор

Hi i got a question, how could i do if i want to show an message that "that user alrready exists"? using the firebaseAuthentification, thanks

oscarorozcomolina
Автор

hello,
the logout button is not working in profile activity .
i wrote same code but that button isn't working.

ararpit
Автор

how to use two googlejson files.I want to to gmail integration as well as use firebase
in android app.
Two files are overriding each other..but i want to use both me any solution.

firebasebuddy
Автор

It freeze's on Please wait progress dialog for log in and does not go to profile activity however it works when I register a new user and it goes to profile activity. HELP!

yahyaakilamad
Автор

Does firebase have sessions? So that way if the user is inactive in the app for x amount of time, the session can end and the user will be logged out?

motorheadbanger
Автор

I have followed your code exactly but when i click the button to go to log in sceen it doesnt go anywhere. Any help?

rhyspayne
Автор

Hi, thanks for vid, could you explain when this block of code is executed?

// ProfileActivity class -> onCreate

== null){
finish();
startActivity(new Intent(this, LoginActivity.class));
}

It means you are not logged in and are in a profile activity -> like deleting an account while logged in?

tomaszpepera
Автор

Great tutorial, easy to follow and to the point!!

WayneBachan
Автор

i have a problem. When I test my app and I click the login button, the app crashes and I followed your code to the tea. Please help. Thanks

olivermajor