@paulbarre/vuepress-plugin-firebase

0.1.0 • Public • Published

Vuepress Plugin to setup Firebase

Introduction

This plugin installs @paulbarre/vue-firebase package into your Vuepress application.

Check out its documentation to see how to configure this plugin, the options are exactly the same.

Installation

Install the package into your Vue application:

npm i @paulbarre/vuepress-plugin-firebase @paulbarre/vue-firebase firebase

Next step needs to configure the plugin into your application. Edit your .vuepress\config.js file:

module.exports = {
    plugins: [
        ...
        [
            '@paulbarre/firebase',
            {
                config: {
                    ...
                },
                firestore: {
                    ...
                }
            }
        ]
    ]
}

Check out Vuepress' official documentation to see how to setup a plugin.

Package Sidebar

Install

npm i @paulbarre/vuepress-plugin-firebase

Weekly Downloads

3

Version

0.1.0

License

GPL-3.0-or-later

Unpacked Size

38.1 kB

Total Files

5

Last publish

Collaborators

  • paulbarre