Skip to content

v1.0.1

Compare
Choose a tag to compare
@lupas lupas released this 18 Nov 22:39
· 1002 commits to master since this release
bf23f85

📄 Release Notes

Important bugfix & new way of adding options within nuxt.config.js.

✨ New Features

  • You can now separate the options from the module import like so:
modules: ['nuxt-fire'],

/*
** Nuxt-Fire Module
*/
fire: {
  config: {
  apiKey: '<apiKey>',
  authDomain: '<authDomain>',
  databaseURL: '<databaseURL>',
  projectId: '<projectId>',
  storageBucket: '<storageBucket>',
  messagingSenderId: '<messagingSenderId>'
  }
}

The other way with the array is of course still supported.

🐜 Bug Fixes

  • Fixed bug in loading options