Skip to content

Commit

Permalink
Merge pull request #44 from Poll-me/hotfix/ProdFirebaseConfig
Browse files Browse the repository at this point in the history
Hotfix - Prod firebase config
Fix the production firebase config
  • Loading branch information
mdo2 authored May 29, 2018
2 parents ea46105 + da8f5cd commit 4d9d958
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.1.0] - 2018-05-28
## [0.1.1] - 2018-05-28

### Added

Expand All @@ -30,5 +30,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- **Continuous deployment** (CD) using the **Netlify** service
- **PWA** app configuration for allow the users install the app on their devices

[Unreleased]: https://github.com/Poll-me/poll-me-vue/compare/v0.1.0-alpha.1...HEAD
[0.1.0]: https://github.com/Poll-me/poll-me-vue/compare/v0.0.0...v0.1.0-alpha.1
[Unreleased]: https://github.com/Poll-me/poll-me-vue/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/Poll-me/poll-me-vue/compare/v0.0.0...v0.1.1
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
FB_API_KEY = "AIzaSyBG_t00oVzmqiVhF57L9npCb4SqVqaABPI"
FB_AUTH_DOMAIN = "pollme-dc0fc.firebaseapp.com"
FB_DB_URL = "https://pollme-dc0fc.firebaseio.com"
FB_PROJECT_ID = "3299333018"
FB_STORAGE_BUCKET = "pollme-dc0fc"
FB_MSG_SENDER_ID = "pollme-dc0fc.appspot.com"
FB_PROJECT_ID = "pollme-dc0fc"
FB_STORAGE_BUCKET = "pollme-dc0fc.appspot.com"
FB_MSG_SENDER_ID = "3299333018"

[[redirects]]
from = "/*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poll-me-vue",
"version": "0.1.0-alpha.1",
"version": "0.1.1",
"description": "The VueJS version of the PollMe web app",
"keywords": [
"vue",
Expand Down

0 comments on commit 4d9d958

Please sign in to comment.