Login Page With Full Email Authentication Support Using Firebase In SwiftUI - SwiftUI Tutorials

preview_player
Показать описание
In this Video i'm going to show how to create Login Page With Full Email Authentication Support Using Firebase And SwiftUI | Password Recovery Link For Email Authentication Using Firebase In SwiftUI | Firebase Email Authentication Using SwiftUI | Firebase Tutorials For SwiftUI.

Source Code

Support Us By Visiting the Link Given Below.

My Xcode Version is 11.4.1
My macOS Version is 10.15.3 Catalina

For Any Queries And Any Request For Videos Use The Given Link

For More

Instagram

Twitter

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

By far the best Swift tutorial on Youtube! Pushes you to actually learn the syntax you haven't previously used. Great stuff!

joshteixeira
Автор

Besides how to log in the database with email/password, your video tutorial this time round gave me an opportunity to get further understanding about when and how to use GeometryReader, NavigationLink in the actual structuring of the screens. Very helpful and instructive. Thanks!

xxfkee
Автор

In the sign up view... everything is shifted towards a little downwards..
The back button in the topleading is little down than it should be....
What could be wrong here brother

hargunrana
Автор

Great video! Why are you placing all your views in a geometry reader?

alefalfa
Автор

Amazing video as always...
This give me deeper understanding about login screen and how to prevent error

yazidali
Автор

Thanks for the tutorial, such as a great lesson, it a pleasure having your next tutorial. Cheers

putukusuma
Автор

Very great video, thank you for your work and share your knowledge.

Lucaporal
Автор

Great tutorial. Appreciate your generous time and expertise, thanks.

alanwilliams
Автор

Thank you for your video! Helped me a lot, but it'd be great, if you were commenting what you are doing to have a better understanding!

alexanderzobnin
Автор

Hey, I'm also having a slight issue with the 'SignUp' view. All of the components are shifted down, not sure why? Any help?

ajdunne
Автор

Can you do a tutorial of push notifications, for example the user inputting date reminders of something like payments that need to be made and the app giving them notifications of reminders ?

hannahpeters
Автор

Hello, I love your video and your ideas. I will prefer it if you could comment what you are doing but I agree that would be lot of more work to get it. So you are right to publish a new video very shortly without anything else that your music... What is great also with your video is the intro. We could see what is the goal of the video and skip it if not suitable to our needs or watching it if the theme is usefull. Keep on this way !


For this video what could be done next is to allow also a login with Facebook, Google or Apple login. Login by email and password is great but I could be even better to allow other connecting methods. What do you think about extending this code with new possibilities ?

stephanepyrosbrother
Автор

Great video! Have you thought about recording some videos using SwiftUI + Combine?

dmitryvolkov
Автор

That will be great if in one of your video, you make the login button enable only if the user fill both user and password fields. That means that by default, the login (or register) button is disabled. Thank you again for all your work ♥️😇.

m__link
Автор

Your videos are really good can u tell me where do u get clip arts for your videos, its really cool..!

valliyappan
Автор

Generate a new password, That’s the missing part of your formers vidéos about login page 😀💖...Always the best...

m__link
Автор

How I can animate the Field stroke border. If I use animate function that field will move slower then other object when u take keyboard on

JIPPOKIKKA
Автор

Hi, at 11:20, is there a way to get rid of the animation when you hide the navigation bar button? it only disappears after like a second and doesn't look very good...

apfuiejys
Автор

Do you know the correct way to handle this new error for this piece of code?

NavigationLink(destination: SignUp(show: self.$show), isActive: self.$show) {

Text("")
}
.hidden()

Login(show: self.$show)
}

Error
was deprecated in iOS 16.0: use NavigationLink(value:label:) inside a NavigationStack or NavigationSplitView

sbmaximization
Автор

Great video! Question : how can I make it so when they hit login or sign up it takes that to a different view entirely?

BeebyContent