Skip to content

csv-firestore_v1.0.9

Compare
Choose a tag to compare
@ciatph ciatph released this 09 Aug 14:19
· 4 commits to master since this release
1c3eab3

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 and admin objects accessible from the FirestoreData 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