0.1.2 • Published 6 years ago

vue-fireapp v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

vue-fireapp

Vue firebase app wrapper as a plugin prototype

Usage

...
import VueFireApp from 'vue-fireapp';
...

Vue.use(VueFireApp, {
  apiKey: 'XXXXXXXXX',
  authDomain: 'xxxxx.firebaseapp.com',
  databaseURL: 'https://xxxxx.firebaseio.com',
  projectId: 'xxxxxxx',
  storageBucket: 'xxxx.appspot.com',
  messagingSenderId: '00000000'
});
  
this.$fireApp.database().ref('xxx');
this.$fireApp.storage().ref().child('xxx');

For detailed explanation on how things work, consult the docs for vue-loader.

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago