aslanyanhaik / Quick-Chat

Real time chat app written in Swift 5 using Firebase
MIT License
1.84k stars 360 forks source link

Audio and video functionalities [Advance Features] #47

Open nitin-agam opened 7 years ago

nitin-agam commented 7 years ago

Hi There, Thanks for this great demo of chat. I just want to add audio and video functionalities in this chat. Please suggest how I do this?

Thanks!!!

Sid6022 commented 4 years ago

You can achieve via this method func update<T>(_ object: T, reference: FirestoreCollectionReference, completion: @escaping CompletionObject<FirestoreResponse>) where T: FireStorageCodable

which is located in FirestorageService swift File