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
- Host: GitHub
- URL: https://github.com/codediodeio/vue-firestore-hello-world
- Owner: codediodeio
- Created: 2018-01-25T17:32:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T01:38:43.000Z (over 7 years ago)
- Last Synced: 2024-10-19T07:02:22.341Z (9 months ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 23
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.