How to Set Up User Profiles in Firebase Firestore for iOS | Firebase Bootcamp #9

preview_player
Показать описание
Create personalized user profiles in your iOS app with Firebase Firestore! In this tutorial, we'll walk you through step-by-step how to set up user profiles in Firebase Firestore using Swift. Get ready to take your app to the next level with personalized user experiences.

🤙 WELCOME BACK 🤙

00:00 Firestore Users
01:52 Firestore Documentation
04:26 UI Setup
14:35 User collection
23:34 Business logic
27:02 User model / func getuser
34:47 Wrap Up
Рекомендации по теме
Комментарии
Автор

Nick, I have to leave a comment on every new video I watch from this series. I appreciate that you're doing all of this for free. I payed for a bunch of iOS courses out there to enter the iOS world. I am an experienced frontend web dev, but none of the courses get closer to the quality of your playlists here. The concurrency one and this one now are absolutely enlightening. I finally feel I get hands on experience with SwiftUI because of these videos. If you launch any paid courses in the future I'd pay without thinking twice. High quality here.

NathanQueija
Автор

Your one of the best at Swift/ SwiftUI / Swift structured concurrency and now Firebase. You should have over 100K subs.

SiamakAshrafi
Автор

I really love that you go through the documentation before doing stuff

alextoma
Автор

Thanks for building all the learning materials. It's really fun to follow you to learn all the Swift UI related staffs.

wonton
Автор

Dude these videos are AMAZING! Also, sometimes I set playback speed to x0.75 and it sounds like you're drunk XD

keenanchiasson
Автор

I'm already loving this. ❤👨🏻‍💻 Thank you, Nick Sarno.

kavinda_dilshan_paramsoodi
Автор

Firebase may have changed in the year since this video was released because I had to create a "users" collection in the console before I got creating users to work in the code. But besides that great tutorial, thank you!

QuietDuckOfBronzeTower
Автор

Thanks for this bootcamp!!!! Literally almost everyone uses the Firebase nowadays, so its must know for beginners and thanks to your bootcamp, it is so easy to implement and use it in our portfolio projects!! 🔥🚀

vojtechkalivoda
Автор

Hi Nick, love this series! Am I the only one who always gets nil when casting Timestamp to Date using the exact way you did even though the timestamp is correctly set in the database?

OrtoInScatola
Автор

Nick, I love ya. But I would just like to provide some feedback for future videos. The instructions for using Firestore in this video were greatly overshadowed by everything else. I wish there was a bit more of an emphasis on the firestore stuff.
Regardless, great video as always, and I think I understand what I’m supposed to take away :)

dre
Автор

Nick, How can I make localizable text? How can I create a collection for different languages? Do you export collections manually from firestore?

MineRala-bnep
Автор

These videos are so good! Just curious why we're using dictionaries here instead of making our DBUser adhere to the Codable protocol?

mjboswell_
Автор

Nick, great video as always but I have discovered that unfortunately multiple logins with the same credentials override the preferences and settings previously kept in Firestone db in the users document - is there a way to avoid that from happening on every login ?

bobbynwm
Автор

How could I make sure that if I had users create usernames, that those are unique (they can only register if they have a unique username)?

Thanks!

RedCanyonGaming
Автор

How do i download the entire Bootcamp project or do you have a link to Github for this Bootcamp?

devhopes
Автор

why would you put the create a new user again in the sign in via google/apple? i tried logging in via google but it just created a new account. It has overwritten the old data when I tried twice. I know it was over written because the date changed 25:37

josejaimefelixgarciagarcia