An open API service indexing awesome lists of open source software.

https://github.com/codediodeio/vue-firestore-hello-world

Quickstart using Webpack, Vuefire, and Firestore
https://github.com/codediodeio/vue-firestore-hello-world

Last synced: 2 months ago
JSON representation

Quickstart using Webpack, Vuefire, and Firestore

Awesome Lists containing this project

README

        

# VueFire Firestore QuickStart

A hello world create/delete demo with the Firestore NoSQL Document DB from Firebase.

## Build Setup

``` bash
git clone

# install dependencies
npm install

# Add your Firebase Project to main.js

# serve with hot reload at localhost:8080
npm run dev
```

## Tips

If you get a `permission error`, make sure to allow read/write access to your DB from the Firebase console.