Skip to content

Commit

Permalink
Update FirebasePlugin.m
Browse files Browse the repository at this point in the history
  • Loading branch information
magancete authored Jun 19, 2022
1 parent 235d2be commit 5cb48f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ios/FirebasePlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 5cb48f3

Please sign in to comment.