Swift: Firebase Chat App Part 14 - Photo Messages (Real-time) - Xcode 11 - 2020

preview_player
Показать описание
In this video we will learn how to send and receive photo messages with Firebase Database & Storage for our Real time Chat App series in Swift 5. We will look at making the message be real time, uploading the image, rendering it, and everything in between. As always we will work in Xcode 11.

#swift #firebase #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:
Рекомендации по теме
Комментарии
Автор

You leaving in the debugging is the biggest help ever, you're a good teacher. Thanks again man

Sarkhan
Автор

Aewsome Dude ! You are doin great work. Keep It up bro. Looking forward for more such wonderful videos 👌

alihassan
Автор

Hi I’m korean I really appreciate that your course even i can’t English very well but, whenever I watched your course i learn a lot of skills and how to make apps and idea actually I’m paid almost 8000doller bc i wanna find a developer, if you are here, i wanna paying you and learn more detail and expertly anyway thx teacher. :)

bestsongify
Автор

@iOS Academy thanks very much about all your effort! but if you don't mind do you know how to show messages in reverse order? I mean all messaging apps on the market do this, messages go from bottom to top. Thanks in advance!

davidmartin
Автор

hi, where in this video series or your channel do you stop the imageurl from showing in the conversation list?

ally
Автор

The caching of the image seems to be a problem because when I delete the photo message in Firebase the image still appears in the conversation. Is there any way to clear the cache using SDWebImage when the conversation is first loaded?

cary
Автор

Will there be a part that covers group messages?

brianzhu
Автор

Hello, I am trying to send images in the chat but when I press to send an image from Photo Library it does not send an image in the chat and instead says in the console: "LayoutConstraints] Unable to simultaneously satisfy constraints..." At the end of the console, there is no "message sent:" text either. Please help! :D

poseidonpi
Автор

Hi, Images are not loading (getting this error -> Status bar could not find cached time string image. Rendering in-process.)

naveenchatla
Автор

Quick question, what should I do when I click a message on the Chats tab and the app crashes?

williamrobersone
Автор

Great video but too many advertisements! :(

medoalmouhtadi
Автор

where did I missed a whole block of code around 28 minutes around line 450ish? after this line of code  
strongSelf.database.child("\(conversation)/messages").setValue(currentMessages, withCompletionBlock: {error, _ in
guard error == nil else {
completion(false)
return
}
completion(true)
})
})
}
}

I followed everything and some how look's like I missed a lot of code for DatabaseManager. any one having that problem or did I miss a video somewhere?

fernandokhounphithach