Swift: Firebase Chat App Part 9 - Upload Photos to Firebase Storage (Real-time) - Xcode 11 - 2020

preview_player
Показать описание
In this video we will learn how to upload photos to Firebase Storage for our Realtime chat app series in Swift 5 and Xcode 11. We will also learn how to get a user's profile picture from Facebook and Google after the user has signed in.

#swift #firebasestorage #iosdeveloper

** Get Skillshare free for 2 Months and learn iOS

** Manage all your investments from app earnings on Betterment!

** Grow your own Youtube tech channel with TubeBuddy:
Рекомендации по теме
Комментарии
Автор

Hey man, thank you so much for making this series it has been a huge help. It's been a while since I've found any tutorial that explains any concept nearly as well as you do. ur a legend and i appreciate you

Sarkhan
Автор

this series is amazing. Thank you for that. Just a tip that while selecting an image (profile photo), you can press 'options' key. this will enable two finger gestures (for pinch to zoom using option + mouse click) in simulator so you can crop the image as per your needs.

vickykorpal
Автор

The value you provide is incredible, thank you!!!!

tendies
Автор

Best iOS app development tutorial channel!

shubhamshorts
Автор

Your tutorials are amazing. Please keep making these videos!

andredouglas
Автор

Fantastic video, I have learned a lot through this,
thanks for doing and keep up with the great work.

longnguyen-odqy
Автор

Such a great series! I was just wondering whether you're planning on adding group chats - or giving us the steps to do so. That would be so helpful! Once again, so great!

oscar
Автор

Really nice explanation and as always super-informative :)

dalton
Автор

It`s very informative thank you so much)

Максим-шхй
Автор

Thank you so much for this amazing tutorial, your time and hard work. Very informative! You are very kind to share this! :)

elinamns
Автор

Hi, you will have an exercise with pdfkit, to load it from the gallery and send it to a contact, thank you!!!

ceduardogc
Автор

Does this tutorial include creating group chats as well? Thanks so much!

brianzhu
Автор

Hey there for some reason after the video it’s not pushing to the conversationsVC after signing in with FB, any help would be appreciated!

phillip
Автор

I don't have a facebook account and I had to skip the implementation of the Facebook Sign In authorization. I am at 19:20 and I am having issues with fixing the instances of "insertUser. I signed up for iOS Academy but I don't see a source code file that I can compare my work against. Do you have one?

micahburnside
Автор

Hi, in the end of this video, after I'm successfully logged in with my Facebook data I'm stuck in the log in windows and not getting into the chats section. I'm receiving this message: "Failed to make facebook graph request". Does anyone know what's the deal?

tomaszkostkiewicz
Автор

Is using firebase a secure database/authentication for production?

brianzhu
Автор

you cann add AD in your app and show also how the other AD's are working :D

goldsucher
Автор

Could you provide the source code for either each video or the final app?

melissamullen
Автор

URLSession.shared.dataTask() not working because not call .resume().

giangtranduc
Автор

at switch result: (RegisterViewController)
I only get data 'downloadUrl' if i debug, what is that bug?

switch result {
case .success(let downloadUrl):
print(downloadUrl)
case .failure(let error):
print("Storage manager error: \(error)")
}

hhg