Firebase Google Sign-In With Jetpack Compose & Clean Architecture - Android Studio Tutorial
HTML-код
- Опубликовано: 23 ноя 2024
- In this video you'll learn how you learn how you can implement Google Sign-In with a Firebase backend in your Kotlin Android app.
⭐ Claim the limited 30% easter discount with EASTER30 during checkout ⭐
pl-coding.com/...
💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
pl-coding.com/...
🎓Become an industry-ready developer in the Mobile Dev Campus:
pl-coding.com/...
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
pl-coding.com/...
Read our weekly Android blog:
pl-coding.com/...
Join this channel to get access to perks:
/ @philipplackner
Get the source code for this video here:
github.com/phi...
Join my Discord server:
/ discord
Regular programming advice on my Instagram page: / _philipplackner_
Checkout my GitHub: github.com/phi...
You like my free content? Here you can buy me a coffee:
www.buymeacoff...
Some method are deprecated and tell us to use Credential Manager, can we have updated video on Credential Manager?
This guy on RUclips is a life-saver.
Your assistance has significantly propelled me towards the launch date, particularly in figuring out Firebase Google Sign-In with Jetpack Compose, implying that I might very well invest in your CI/CD course.
For newer verisons of Android Studio (>Flamingo) you need to CHECK the box for "Configure all Gradle tasks during Gradle Sync (this can make Gradle Sync slower)", then Sync Project with Gradle Files
Thanks for the tutorial! I had to build something out more advanced for a project I'm working on, but it was a great tutorial for understanding how to do this with Kotlin and Jetpack Compose. Last time I wrote a major application it was still in Java with Activities, Fragments, and XML Layouts. Love all your videos.
Hi Philipp! The latest 21.1.0 version of "com.google.android.gms:play-services-auth" deprecates most of your code. Apparently we are supposed to use the Jetpack CredentialManager instead now. Could you make a video about Firebase Google Sign-In using the CredentialManager? I had some difficulties with it. Thank you!
Im running Android Studio Giraffe | 2022.3.1 Patch 2 and to get the signingReport option to show at 6:37 you now need to CHECK the box "Configure all Gradle tasks during Gradle Sync" under the Experimental tab and then sync your project. Thanks for the guide 🥰
OMG mate, you saved me right there. Thank you sooo much for that.
Thank you
After watching many videos on how to connect firebase to kotlin with compose, u have saved me :D thx
Do you know what? I'm developing my application, and just open youtobe for find how to auth with google firebase, and saw your video!
You are amazing, white bro!
Thanks, Philipp! Yep, it took a lot of time to adapt your type of navigation to my app, but I did it, and now everything works as expected.
Suggestion for a new video:. Could you take sign in further and make leaderboards for games? Google did not create a Kotlin version of their leaderboards yet. It would be great to see that. And thank you for your wonderful and amazing videos!!!😊
Great video video, do make more tutorials like this it will definitely help the community grow!!
I like how he blurred the project support email then in the confirmation part it was plain visible 😅 great video though, this is just what I needed
Please create biometric authentication using jetpack compose next. I really need it.
What if we have our own backend and auth system but we want to add a "quick" authorization/registration with Google - can we use the same approach? Will it be possible to somehow map the data of the google account to our account model and save on our servers or create an account with them? Cause I think we would want to also somehow manage users who registered with Google etc?
Great video, you never disappoint! Thank you for this one 😊
Omg you came back to Firebase again 😍 Thanks so much
Is there any difference about fetching SHA in debug vs release versions of app???
As always, wonderful and practical brother. You are really great and have taught me a lot. Please continue to create Compose, integrate Firebase, and Google's
'beginSignIn(BeginSignInRequest): Task' is deprecated. Deprecated in Java 💀💀💀
Heads up! When selecting your email for google auth you covered it up but then at 8:22 you go back to the screen and your email is front and center
Yeah, i've noticed too. Hope no one tries to scam
12:12 BeginSignInRequest is now deprecated, we have to use Credential Manager instead
Thank you so much Philip.Your efforts are really Appreciated 🎉❤❤
OMG how much i wish you posted this video a week ago😭😭😭
Can you please make a video using Credential Manager APIs instead of One tap APIs (deprecated)?
Don't know if there is some issue with the code or the API itself but what I observe is when I cancel the google sign in bootom sheet 3-4 times consecutively, the sheet never appears again. Hey @Philipp can you look into this?
it's a google play thing. If you cancel the login a few times it won't appear again for 24 hours or if it was triggered in an emulator u can just clear the google play data
Cool!! what could be the difference if we want to do this example in a Compose Multiplatform project?
Great job! Thanks a lot, it works perfectly. Can you make firebase sign in with email password also ?
Great content, just as always
Hello sir , i have been following your android tutorials for long now and am grateful. I would like to ask something however , what is the difference between web client id and Server key with regards to this project ?
Please make an UI lock screen with a PIN storage like many apps use it. Threema, Telegram, Signal etc. Thanks.
Thank you so much for this Philip , ever grateful .
I love it 😍
Thanks Mr.Philipp
Philipp, thanks for another awesome tutorial.
I'm just wondering about LoginScreen always hanging there in the backStack as long as user does not log out.
I haven't tried, but if I will want to pop the Backstack, I will always have to popBackStack(ScreenAfterLogin, inclusive=false)
Otherwise when we get to LoginScreen, auth request is send to Firebase.
So there is always this first (LoginScreen) in the backStack.
Maybe it's better to put LoginScreen before calling AppComposable ?
I now have thousands of users in my Firebase database who are authenticated using their Firebase Google Sign-in UID. Since this method is deprecated, how should we migrate to Credential Manager in this case while we keep the current users ids?
Wow thanks a lot ... Idk how you manage to do it but every single time I just need help on a topic it just appears in a couple of days 😂
Hehe 😁
Oh my god I love your videos so much, keep making videos pls
Great tutorial! One issue though, I am trying to save the user's email in the UserData class, but it returns null. Why is that?
Hello philipp thank for all those videos, can u please lean us how control music in notifications pannel like spotify
I have tried your code in my android Studio, but error is showing like this
CompositionLocal LocalLifecycleOwner not present
Really Thanks for this Great Tutorial. Can you do an other Tutorial of using this authentication to call an Google API like Photos by exemple please. With the Google Dev console settings Pleaaasseee 😊
Great video Philipp!! I have a problem with the functionality.. in the emulator works perfect but I my physic device, the bottom popup doesn't show... Did this happen to anyone?
Hi Philipp. Do you have any content to show how to do it for twitter ?
Hey philipp... So I used Compose and Dagger for it and it works completely fine but there is one issue!! I cant get it to display profile picture which is set... Im using FirebaseUser data class instead of custom class. Any idea why this might be happening?
Hei man, what is the "plugin theme" that you are using for your Android Studio?
You can see his theme at 6:16
Lol, just got a task to do the same. Right in time))) Thx a lot Philipp
not now!
will be needing this next week!
done and dusted!
It doesn't look "Clean" putting so much logic in the MainActivity, is this really the best way to achieve it?
Hi I have wordpress website I converted using android studio. Everything works fine except the Google login also wordpress signup. Can please help on this. Pls add video on this
Just in time 🙏🏾🙏🏾
It's depricated please make a tutorial on the new way to sign in with google
There is so much we writing outside the composable screens themselves now 🤔. Shit keeps changing.
Hey Philipp! Love your videos!
I'm new to MVVM and Compose. Ive heard that it's not good to use context in viewModels so I would like to learn how to work around these scenarios. I also read that we should avoid using the AndroidViewModel class as it defeats the purpose of having a ViewModel in the first place.
Could you make a video teaching us how to properly separate Android specific code from ViewModel's with MVVM and CLEAN practices?
Given that a lot of the business logic lives in the ViewModel, how can we:
1. Use android resources
2. Make an object that requires an (activity?) context in response to a button click event
3. Get permissions from button clicks ? With compose and MVVM?
4. Launching an intent when a button is clicked
I'm new to all of this, so a tutorial on this would really help me write cleaner and more robust code!
There's no problem using application context in the ViewModel. The reason why they say not to use context in ViewModels is because you don't want to leak a VIEW context. Application context exists through the duration of the app.
That's what the purpose of the AndroidViewModel is, it takes in an Application so you can rely on Application context.
Thank you! Philipp the goat
How to periodically start workmanager to monitor the expired state? (Assumed successfully logged in) and the work manager is bound to activity level state
Awesome video Phillip, will this be enough auth in order to use google drive API?
I am using mvi pattern in my project. Is it correct to send the userData object as a parameter to the profile screen?
next video I would like to see would be Notes app using firebase
damn! thanks for content but why did you do that without layotu? I have an issue but cannot solve it because of it :(
Need a tutorial on retrofit with jetpack compose
Why not use Destinations Compose? Is it not mainstream yet?
Hello, i try to use the version control to build the app, but my application has a problem, the Google account pop up doesn't appear, what happened? What should I fix, can anyone help me?
Hola phillip como estas gran tutorial, porque no manejaste la logica en el viewmodel como en todos tus videos
what to do if the registration works on the emulator, but not on the protection of the phone. Yes, I gave access to the Internet in manifest . help pleas
Could you do same OAuth sign in but with Supabase?
Great Video, its helps me a lot!!!!!!!!!!
Hi! What's the difference between LaunchedEffect key1 = true and key1 = Unit?
No difference
How does all the coroutine logic in the MainActivity at the end translate to the compose-destinations package for navigation? Are you supposed to just run all of those in your LoginScreen composable instead?
Found anything useful?
brother can u make video also for Facebook Sign-In
Thanks, It helped alot. ❤
Didn't work with some cryptic error about missing feature in gms.
Can you share how to call Facebook login in compose
Hi! I can´t use the GoogleAuthUiClient() :( whyyy? Now is deprecated?
very nice explaination !
Thank you Philip
thank you 💕💕💕💕💕💕
i thought of integrating google signin but its too lengthy
How to implement it without Compose?
Can you implement it, but without jetpack?
can you provide same video for facebook sign in
Wouldn't it make sense to use an AuthenticationProvider interface with a Firebase concretion to be able to a) mock the provider and b) switch the provider to another one in the future?
Thanks
I tried with your code its not working and not throwing any error. :(
Great, thanks 👍👍
How did you know that we are working these days to add this feature in our new app? 🤔 Impossible 😂
Anyone else have problems with implementing this? I dont get the google sign in pop up
Has anyone got this error "Caller not whitelisted to call this api"? I tried fixing it in so many ways but it didn't work. If someone has solution, please help me. Thank you!
Damn, my SignIn button is not working!!!!
you probably did onClick = {onSignInClick} and you should onClick = onSignInClick
Can i get your course in udemy?
Thanks
hi can you make app change location
Hey I am getting this error "unresolved reference: lifecycleScope"
Use val coroutineScope = rememberCoroutineScope() instead
@@moisesvalera3597 okay thanks 👍
177th...Thanks Philipp. I'm looking at the bundle price and it is currently 359,00€. Is this in Euro?
There's a € sign so is that really a question?
@@stijndcl it is a question. Need to double check as there is a comma, Im not familiar with this currency. It might be in thousands. That is why Im asking
@@jopadjr if it would be thousands then there would be three zeroes, not two.
@@stijndcl Thanks. I actually checked it in the Australian dollar equivalent. And that comma is confusing as we only used it for thousands. No harm in asking
Nice
firebase to android jetpack compose download pdf in app please make video ..
Why writing tests is such an abstract concept. Does noone write tests?
What has that to do with the video?
Firebase !!? you said from years ago you won't use firebase again :)
For database and storage :)
Why not EASTER100? :)
Don't try this plz
@@PhilippLackner It says that someone already used it :( maybe next time...
Dagger hilt? 😢😢😢😢
share, not tutorial😉