1.0.7 • Published 11 months ago

truronews-document-history v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Doc History

Track Firestore Document Versions with Ease

Quick Setup

  1. Add doc-history dependency to your project
# Using yarn
yarn add https://github.com/classicneupane/doc-history
  1. Add @tn/doc-history to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    '@tn/doc-history'
  ]
})

That's it! You can now use My Module in your Nuxt app ✨

Config

  export default defineNuxtConfig({
    documentHistory: {
      app: 'APP_NAME',
      collection: 'firebase collection to keep track of document changes, default: document_history'
    }
  })
1.0.7

11 months ago

1.0.6

11 months ago