Package Exports
- firestore-to-bigquery-export
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (firestore-to-bigquery-export) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Firestore to BigQuery export
An automatic tool for copying and converting Cloud Firestore data to BigQuery.
- Import/Export CSV, Excel, or JSON files to/from Firestore.
- Encode/Decode Firestore data types such as GeoPoint, Reference, Timestamp, etc.
Installation
In your project root:
- Run npm i firestore-to-bigquery-export
Then simply:
- import bigExport from 'firestore-to-bigquery-export'OR- const bigExport = require('firestore-to-bigquery-export
Issues
Please use the issue tracker.