Ch. 8.17 Part 1: Saving Images in Cloud Storage for Firebase using SwiftUI

preview_player
Показать описание
We'll first describe how we'll save multiple images to Cloud Storage for Firebase (formerly Firebase Storage), and then associate each image with a particular spot or restaurant. Then we'll set up Cloud Storage for our app using the Firebase Console, we'll create a model to storage data on each image (Photo) that we save, and we'll create a function in our ViewModel to save the image to Cloud Storage and data about the image (including a URL that can be used to access the image) to Cloud Firestore. We'll complete the process of updating our app to save the image in Part II, right after this lesson.
Part of a university course by Prof. John Gallaugher designed for the absolute beginner, where students will learn to program using Swift + SwiftUI. The course will move from no assumed prior programming experience while students learn fundamental, then intermediate and advanced concepts, culminating in a full stack app. Full free course playlist at:
Рекомендации по теме
Комментарии
Автор

Great tutorial video as always. I remembered getting the original Swift ebook last year and it was awesome. Took some time off to focus on family and see that you have the Swift UI tutorials. Would you have the tutorials updated in Swift UI ebook available to purchase? Thanks

songsan
Автор

Great tutorials, been going through them for the past two weeks as a complete novice!

Wondering though if there's a way to to omit creating PhotoView - so we save image straight from the Image Picker into a scroll view? Or add a couple images at a time?

cynicalwaste