COMPLETE User Login / Sign Up App | Swift UI + Firebase | Async / Await

preview_player
Показать описание
Everything you need for user authentication using the latest and greatest technology with Swift, SwiftUI And Firebase

🔴 Become a member to access Exclusive Content & Source Code :

🔴Navigation Stacks:

🔴Async/AwaitNavigation Stacks:

🖥️ ONLINE COURSES & APPS

👉 Pro Courses:

👉 FREE UBER SwiftUI Course

👉 iOS App Templates:

👉 FREE Twitter SwiftUI Course

Social Media:
Рекомендации по теме
Комментарии
Автор

I’m only halfway through but I just wanted to say that I’ve been looking for a tutorial like this for around 3 months. You’ve nailed it.

I’ve been able to perform all these elements in isolation but I’ve struggled to tie it all together. This tutorial is the holy grail of User Auth through to personalised profile.

stonebird
Автор

Aye man, this tutorial was insanely helpful. Hope you're doing well and I really appreciate you taking the time to put this content together and publish it for people to watch and learn from. Cheers

richutrapbands
Автор

I usually find most YouTubers' memberships a scam, but not this time. Once I am done with this video, I'll join. Very useful video dude, a lot of hard work. Thank you.

ilyas
Автор

Love this! Getting my toes wet with SwiftUI and wanted to rewrite an android app that I had created with Firebase as my backend and react native as the front. This was exactly what I needed to get started with the Swift version!

SeanforNarnia
Автор

Thank you Stefan! This course was insane. you have amazing courses..clean and acurates! Also, you have a great speaaching, super clean! It helps me a lot to train my English. greetings from Argentina

dussio
Автор

OK, so I watched the second half and I was correct: it's the Holy Grail of User Auth through to personalised profile. I'll be subscribing to your website content today as I'm really happy with how this tutorial has solved my initial application challenges. Really easy to follow and understand; really easy to implement the guidance. I can't thank you enough.

Deano from the UK.

stonebird
Автор

Stephan you are the best swiftUI tutor on youtube thanks! Clear Coding & Every Phase Explained with Detail

futuleta
Автор

Great tutorial. I can reuse almost everything I learnt here. I also really appreciate a native speaker without India, Russia or Germany accent 😀, which tends to get me sleepy really quick.

cfa
Автор

Hi stefan, thank you so much. this has been the easiest tutorial to follow! thank you!

zaidmaraqa
Автор

Such high quality tutorial! 10/10
Thanks so much for this video!

ida.angelma
Автор

awesome, got it all working, not sure how I would have ever achieved this with just the google documentation because it is pretty sketchy especially for SwiftUI

FRkiddo
Автор

why do I keep getting preview crashed when we make the AuthViewModel to try and test to see if it is printing our statements?

nicolascarrillo
Автор

Your tutorial is exceptionally helpful, thank you so much! One issue though, when I login or create new user it won't take me to my main page, both functions working fine but they redirect me only to login page, I think it has something to do with userSession and I'm still trying to figure it out.

ahmed-aw
Автор

Hey, so if I implement this, how would I have the user be able to navigate to the actual part of the app after authenticating from the login page?

omggodbs
Автор

What's a good resource for Navigating between views changing view when logged in state objects binding etc.? any books or lessons you would recommend ?

jonathanboisvert
Автор

creating the user data model: @Published var userSession: FirebaseAuth.User? swift is not detecting the User? and not connecting the "fullname" from registration view 'button'. I have @State private var fullname = " " ; so it's set as an empty string but when i erase and retype, clean build, still the same error. any advice?

SheCoderrInc
Автор

Hi Stefan, you have a clear coding style and absolutely useful video tutorials.
Could you please make the Xcode font bigger, when you record the videos?
Because it's hard to see the code on a 13" MacBook)
Best of luck with your new job and thanks for your contribution to teaching others SwiftUI.

Toluol
Автор

Hi, updating xcode to 14.3 i receive the log "[PipelineLibrary] Mapping the pipeline data cache failed, errno22" when adding the MapView in the viewcontroller. I Receive this error only when i test on a real device not in the simulator. Can i fix it ? Is a common problem? Thanks for the time I appreciate so much.

vittyfiorentini
Автор

I am stuck at 1:21:26 since my build says “Thread 1: “Default app has already been configured.” Any tips/fixes?

lilstunna
Автор

In the AuthViewModel swift is rejecting the "fullname" created in the user data model error: cannot find "fullName" in scope msg. any advice on how to fix. i tried retyping, clearing cache, closing and re-opening excode.

SheCoderrInc