This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Description
$val = [
'timestamp' => new FirestoreTimestamp,
'a' => ['b'=>['c'=>'test']],
];
$ret = $firestoreClient->updateDocument($path, $val);
Unable to handle nested native arrays.
This code will fail, and add no fields to the document, if the given fields are present they will be deleted, there is no exception raised, payload will just be empty.