This repository was archived by the owner on Sep 22, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork9
Basic Vue.js app with FirebaseUi auth
NotificationsYou must be signed in to change notification settings
rstormsf/friendsmap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Stack:
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# run unit testsnpm run unit# run e2e testsnpm run e2e# run all testsnpmtest
For detailed explanation on how things work, checkout theguide anddocs for vue-loader.
Please setup .env file with the following values:
FB_API_KEY=xxxxFQsFB_AUTH_DOMAIN=YOURAPPNAME.firebaseapp.comFB_DATABASE_URL=https://YOURAPPNAME.firebaseio.comFB_STORAGE_BUCKET=YOURAPPNAME.appspot.comFB_MESSAGING_SENDER_ID=12345
also in order to havefirebase deploy
working, please dofirebase init
or simply add.firebaserc
file to the root:
{ "projects": { "default": "YOURAPPNAME" }}
About
Basic Vue.js app with FirebaseUi auth
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.