https://github.com/codediodeio/vue-firestore-hello-world
Quickstart using Webpack, Vuefire, and Firestore
https://github.com/codediodeio/vue-firestore-hello-world
Last synced: 6 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T01:38:43.000Z (about 8 years ago)
- Last Synced: 2025-04-22T16:55:52.022Z (11 months ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 23
- Watchers: 5
- 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.