Mastering Firebase Integration: Jetpack Compose App with Login and SignUp Features

preview_player
Показать описание
In this video, you will learn how to seamlessly integrate Firebase into your Jetpack Compose app.

We will cover the implementation of both login and signup features, providing you with a complete Android project that demonstrates the power and simplicity of Firebase integration in Jetpack Compose.

Join this channel to get access to perks including project code repos & call with Chief :

- Explore the step-by-step process of integrating Firebase into your Jetpack Compose app.
- Learn how to incorporate secure login and signup functionality using Firebase authentication.
- Discover how to leverage Firebase Realtime Database to store and retrieve user data.
- Gain insights into handling authentication states and UI updates in Jetpack Compose.
- Follow along with a complete Android project that showcases the seamless integration of Firebase in Jetpack Compose, empowering you to create robust and feature-rich apps.

Previous part of this coding series:

Don't forget to like, subscribe, and hit the notification bell to stay updated with our latest tutorials. Let's get started!
Рекомендации по теме
Комментарии
Автор

Thank you for these series of Jetpack Compose! It helped me so much! I'm going to watch your other videos too.. Lots of love from Turkey! ≤3

caglaimdat
Автор

its our 100th video, Share it friends with your network.🙏

NativeMobileBits
Автор

Огромное спасибо, дружище! Этой серией туториалов ты меня выручил.

bronepoezdBB
Автор

Thank you sir for this ❤
I’m watching it live 😊

vipulkumar
Автор

You're doing an amazing job brother.
I've watched tutorials of many android devs here in youtube, from <1k subs to >100k subs, and your way of teaching the concepts is most effective,
Keep growing💛

One suggestion: After one concept/function is implemented, you can do a walk through/wrap up of logic flow in about a minute.
e.g. User action trigger UIEvent->creates instance of FirstNameChanged()->onEvent() fun in viewmodel receives it->updates UIState->UI component(TextField) gets notified-> and finally new state is reflected on the screen.

__hari.o
Автор

Cross origin redirect sign-in on Google Chrome M115+ is no longer supported, and will stop working on June 24, 2024.

sir i am getting this pop-up warning in my fire base console.
please help me to solve this problem

Super_human
Автор

thank you sir, you made it simple and it helped a lot

handledByHandle
Автор

Thanks a Lot for the content. Help me a lot

TiagoDeveloping-lkvt
Автор

I solved clickability. However, it works the other way around. It returns false on the first click. How can I solve this problem?

hasanevin
Автор

Sir when I tried to login at 15:50 it says: Exception = The email address is badly formatted how can I fix that tnx.

mckeinryaurin
Автор

DOUBT !! - i made this, but i want to use the name that the user have input in the first name field while signin in, so how can i ? LIKE hi and then the name that the user have input, please tell !!

onlyDevz
Автор

fName.length>2 is not giving the accurate length of the Text entered. Kindly review and update

mimzu-tube
Автор

Nice Explanation sir, sir could you help to how to understand Fetch data from Api then save it into offline db like room sir ?

imamyusupbachtiar
Автор

Sir, I have a problem that when I log out and click on the login button without entering anything, the app redirects to HomeScreen. I tried the code you provided on Git and it still has the same error.

tranthanhvinh
Автор

awesome video, do you have create login restfull API video?

hardiyanto-veyv
Автор

Hello, first of all thanks, I can't get the same result with the same codes when you run the checkbox around the 20th minute, what could be the problem? When I press the application as it opens, I get the result "privacyPolicyResult = ValidationResult(status=false)", when I press it once more, I get the value "true", but I still can't see a visual mark

hasanevin
Автор

After logging out, if we press the Login button on the login screen without doing anything, it logs in?

timrashard
Автор

sir when i am trying to create a user at 16:40, profile is not created in FireBase

manushdarji
Автор

what if two users will enter same email and password?

VivekThapa-fl
Автор

First of all, thanks for this work. how can we add the option to login with google at the bottom of this work?

hasanevin