Firebase Auth with SPM and SwiftUI

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

In “if error != nil”, I think you can use “if let” instead, so you don’t need to use nil coalescing operator in body.

But thank you for this very informative video, keep it up!

srbalan
Автор

Great video! Urgent question: How do you show a new navigation view only if the user has signed in successfully?

kanchankrishna
Автор

This is pretty incomplete. I mean, it's great that you can log in, but you have to add accounts via the console? I think you should have shown how to create an account, too. And maybe how to log out.

DavidNitzscheBell
Автор

Please make a video on how to use Google Sign in with SwiftUI life cycle

santiagoyeomans
Автор

Is it in the future plans to give more lessons on Firebase and integration to the Courses App ?

JeffMason
Автор

How do you do a create account function

TechnoGrove
Автор

when I import Firebase, Xcode give me the error "No such module 'Firebase' ".do you have any suggestions?

semionturcanu