1.0.0 • Published 7 years ago

@rafamaciel/firebase v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Firebase

Adds firebase to your application nuxt.

Setup

  • Add @nuxtjs/firebase dependency using yarn or npm to your project
  • Add @nuxtjs/firebird module to nuxt.config.js:
  modules: [
    {
      src: '@rafamaciel/firebase',
      options: {
        apiKey: '<API KEY>',
        authDomain: '<AUTH DOMAIN>',
        databaseURL: '<DATABASE URL>',
        projectId: '<PROJECT ID>',
        storageBucket: '<STORAGE BUCKET>',
        messagingSenderId: '<MESSAGING SENDER ID>'
      }
    }
  ]