Fellipe Pinheiro
Fellipe Pinheiro
Hi, perhaps we could do something like `getDataWithTimestampsAndGeoPoints` does before set the data? https://github.com/prescottprue/cypress-firebase/blob/c991748d2396c8aef901c7234a368e06b85206f1/src/tasks.ts#L257 Something like ```js function getDataWithReference(adminInstance, data) { const isDoc = (value) => value.split('/').length === 3 //...
Any update on this, @KOPTE3 ?
I'm also having the same issue when trying to build the applications. `semantic error TS2307 Cannot find module 'mibank-components'.` Btw, changing the file location from `chart.js/dist/chart.bundle.js` to `chart.js/dist/Chart.bundle.js` works for...