From 5cb48f3c5d5e65c6376bedf4cb385f3674eada9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mag=C3=A1n?= Date: Mon, 20 Jun 2022 00:23:26 +0200 Subject: [PATCH] Update FirebasePlugin.m --- src/ios/FirebasePlugin.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ios/FirebasePlugin.m b/src/ios/FirebasePlugin.m index 9e14991ec..ac96748b3 100755 --- a/src/ios/FirebasePlugin.m +++ b/src/ios/FirebasePlugin.m @@ -1766,6 +1766,7 @@ - (void)setDocumentInFirestoreCollection:(CDVInvokedUrlCommand*)command { @try { NSString* documentId = [command.arguments objectAtIndex:0]; NSDictionary* document = [command.arguments objectAtIndex:1]; + NSString* collection = [command.arguments objectAtIndex:2]; bool timestamp = [command.arguments objectAtIndex:3]; NSMutableDictionary *document_mutable = [document mutableCopy];