Skip to content

kimuraz/vue-fireapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Vue firebase app wrapper as a plugin prototype

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published