I just wanted to thank you for this Playlist. You really helped me a lot.
@nidaime514 Жыл бұрын
Just wanted to appreciate your well-thought, high-quality and comprehensive playlists. I find your videos very inspiring and encouraging and personally love your teaching style, thank you so much for finding time and creating all of these!!
@SwiftfulThinking Жыл бұрын
Thanks Dasha! 😁🤘
@michaelchilton239711 ай бұрын
Great video. I wonder if you could post your code so if we get stuck, we can more easily spot any differences in our code. Thanks
@SwiftfulThinking11 ай бұрын
All code for every video on my channel is on GitHub @SwiftfulThinking 🤙
@Enjoy-bn5jy7 ай бұрын
@@SwiftfulThinking Hey I don't know if I just didn't see it but on your GitHub I couldn't find the code for this specific part of the playlist. I can find Sign In with google, apple and phone number but not Email and password?
@dannymeyer24 Жыл бұрын
Fantastic videos!! Could you PLEASE go back and make a video about handling Firebase authentication errors? This is a pretty big thing with authentication and I can't seem to find an answer that fits into your tutorial code. Things like "email already in use", "wrong password", etc. I've been searching to figure this out but cant find an answer. Would be extremely helpful.
@chrisstromberg6527 Жыл бұрын
First. Great to see you again Nick!!!!
@SwiftfulThinking Жыл бұрын
Thanks Chris!
@indomitabletr1834 Жыл бұрын
Can you also make a video with email verification.
@ningliu3998 Жыл бұрын
Great series. Thank you nick
@josephestrada4222 Жыл бұрын
Hey Nick, just wanted to say thanks for the awesome video! I really love your content and how you challenge us to complete the application by leaving out certain parts. It makes it more interactive and complex. I was wondering if you could include mini-tasks in future videos to motivate us to do more than just what's shown. Keep up the great work!
@SwiftfulThinking Жыл бұрын
Sorry, just seeing this. I’ve already recorded the rest of this playlist, but I like this idea a lot. I’ll do this in the next one 🤙
@pakaponwiwat2405 Жыл бұрын
Thank you very much, Mr. Nick. You are my savior!
@SwiftfulThinking Жыл бұрын
Mr. Pakapon!!!!!!
@kavinda_dilshan_paramsoodi Жыл бұрын
"Alright, Welcome back everybody. We are ready move, we are ready to groove." LOL. :) Love the energy and the excitement you have. We feel the same. ❤👨🏻💻
@SwiftfulThinking Жыл бұрын
There is only one real question remaining. Are YOU ready to groove?
@kavinda_dilshan_paramsoodi Жыл бұрын
@@SwiftfulThinking Hell yeah, I watch your videos everyday until I finish them.
@kavinda_dilshan_paramsoodi Жыл бұрын
@@SwiftfulThinking I have a good news for ya. I will tell you that in April or May.
@dereknoppinger9129 Жыл бұрын
This tutuorial has been a huge help. Thanks a lot man
@iliad2755 Жыл бұрын
hello! how are u use spotlight/search in xcode ? 7:11 timing Great video!
@30guarino Жыл бұрын
cmd + shift + O
@melmandaragrows Жыл бұрын
I was thinking a bonus episode like what you did at the end of the beginners boot camp with a multi step process. Something a little more complex like hinge or tinder where the user model gets updated with new properties each step of the way.
@SwiftfulThinking Жыл бұрын
We’re gunna create a user profile in our database in the Firestore section of this playlist
@melmandaragrows Жыл бұрын
@@SwiftfulThinking definitely excited
@Kuraudo_VII Жыл бұрын
Great video, however, you covered pretty much everything in the signup/signin flow using email/password other than the email verification step, which I think is much harder for people to figure out compared to say update email or password.
@bomen.s3521 Жыл бұрын
hello,nik, very thanks for your video. it is very good. but ,i wang to know where can i get the code you written ,could you upload it in github or somewhere .thank you very much.
@brandonevans3911 Жыл бұрын
trying to sign in with email view its not allowing me to go to the next page I don't know what I did wrong but when I click the buttons it just stays on the onboarding page
@b-nr6oeb Жыл бұрын
Same :(
@mehekpalrecha42627 ай бұрын
I figured it out. Do you still need help?
@paulinedemortain7 ай бұрын
Hi @@mehekpalrecha4262 What did you change on your code? Same here I have a breakpoint on Task line, and simulator is blocked but I don't see any error.
@paulinedemortain7 ай бұрын
My bad, I accidently put a blue arrow in the gutter on the left. I removed it and it worked.
@josejaimefelixgarciagarcia88844 ай бұрын
Why would there be Update password and Reset password on the same page? Shouldn't the Reset password act as a "Forgot password" in the Authentication View?
@absar66 Жыл бұрын
Many thanks Nick for the great series. Quick question: these days lot of talk about using MV model instead of MVVM model..what’s your take on this?..appreciate your reply..
@SwiftfulThinking Жыл бұрын
MVVM 100%
@zh_bortan_It Жыл бұрын
Wow! Best tutorials
@theodysseusking Жыл бұрын
This whole series feels like a cheat code lol
@SwiftfulThinking Жыл бұрын
🚀🚀🚀
@Spacer-l3j6 ай бұрын
Apple is saying to delay sign in view as much as possible and you are implementing that by force. Either sign in either leave. This doesn't follow HIG
@SwiftfulThinking6 ай бұрын
Every company has different needs. This playlist also covers Anonymous SSO if you want to delay account creation. Apple also only wants you to only use Apple SSO and CloudKit as your backend. HIG are “guidelines” not requirements.
@김성연-z8u Жыл бұрын
i love you
@momentoelectrico43235 ай бұрын
with the update email: Error Domain=FIRAuthErrorDomain Code=17006 "Please verify the new email before changing email." UserInfo={NSLocalizedDescription=Please verify the new email before changing email., FIRAuthErrorUserInfoNameKey=ERROR_OPERATION_NOT_ALLOWED}, and I updated the password and enter in that way but the email I can´t do it
@lowlydeveloper3693Ай бұрын
Yes. Same thing. So Firebase user email change rules have changed since this was filmed. Small details, but important for safety. Everything is well documented in their docs.👍