Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.9 #12

Merged
merged 8 commits into from
Aug 9, 2022
Merged

v1.0.9 #12

merged 8 commits into from
Aug 9, 2022

Conversation

ciatph
Copy link
Owner

@ciatph ciatph commented Aug 9, 2022

Updates

This PR contains updates for Issue #8 and #9.

  • 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
    

@ciatph ciatph merged commit 1c3eab3 into master Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant