aslanyanhaik / Quick-Chat

Real time chat app written in Swift 5 using Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio and video functionalities [Advance Features]

nitin-agam opened this issue · comments

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!!!

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