Swift Realm Tutorial - PART 2: How to share data between different devices - Realm Authentication

Опубликовано: 05 Ноябрь 2024
на канале: Karin Prater
3,503
84

In this Swift Realm tutorial, I want to show you an easy way for sharing data between different devices for your iOS apps. I am using a realm database which in a previous tutorial was only storing data locally.
In order to share data we need to extend the app with the realm server backend. I will show you some of the features for realm sync like user authentication and data base access.

This is the second part of a series about realm. You can find the first part for a local realm database here:    • Swift Realm Tutorial: How to use a lo...  

00:00 what you will build
02:40 mongoldb realm setup
12:12 view model for signup / login with email/password and anonymously
22:56 define the signup/login screen
29:54 opening a synced realm in SwiftUI
37:20 realm backend updates
45:17 wrap up


If you liked what you learned and you want to see more, check out one of my courses!
👨‍💻 my SwiftUI course https://school.swiftyplace.com/course...
👨‍💻 my Core Data and SwiftUI course https://school.swiftyplace.com/course...
👩🏻‍💻 Combine course
https://school.swiftyplace.com/course...

⬇️ Project files: https://github.com/gahntpo/RealmSyncS...

#SwiftUI #Realm #Database #SyncData