File : database.js Method: Database.prototype.getDocument Could you please fix when we set the document id `doc.id = doc.getMetadataValue('key');` By `doc.id = doc.getMetadataValue('__document_id');`
File : database.js
Method: Database.prototype.getDocument
Could you please fix when we set the document id
doc.id = doc.getMetadataValue('key');By
doc.id = doc.getMetadataValue('__document_id');