firebase/snippets-node

Module "firebase-admin/firestore" has no exported member 'Filter'

vixson opened this issue · 0 comments

I do not think this class is Exported for usage.

From what I saw on the node_module it was an abstract class

const { getFirestore, Timestamp, FieldValue, Filter } = require('firebase-admin/firestore');

Please how can this be used in Cloud function?