csv-firestore_v1.0.9
Summary
- Re-install dependencies using NodeJS v16.14.2
- Configure eslint standard
- Create a workflow for linting files on push to any branch
- Make firebase-admin's
db
andadmin
objects accessible from theFirestoreData
class. Checkout /examples/example-firestore.js for more details.const { FirestoreData } = require('csv-firestore') const Firestore = new FirestoreData() // Firestore DB Firestore.db // Firebase admin Firestore.admin
What's Changed
Full Changelog: v1.0.8...v1.0.9