Open nitin-agam opened 7 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
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!!!