https://github.com/venryx/firebase-feedback
Feedback (proposals + issues + roadmap) solution built using ReactJS, MobX, and Firebase.
https://github.com/venryx/firebase-feedback
Last synced: about 1 year ago
JSON representation
Feedback (proposals + issues + roadmap) solution built using ReactJS, MobX, and Firebase.
- Host: GitHub
- URL: https://github.com/venryx/firebase-feedback
- Owner: Venryx
- License: mit
- Created: 2018-01-05T03:03:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T02:31:51.000Z (about 2 years ago)
- Last Synced: 2025-03-30T06:11:49.819Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.07 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Feedback
Feedback (proposals + issues + roadmap) solution built using ReactJS, MobX, and Firebase.
Note: Library is not very modulized at this point; that is, it requires many specific libraries to already be in use in the parent project. Because of this, it's not yet recommended for use in third-party projects.
### Installation
```
npm install firebase-feedback --save-exact
```
The `--save-exact` flag is recommended, since this package uses [Explicit Versioning](https://medium.com/sapioit/why-having-3-numbers-in-the-version-name-is-bad-92fc1f6bc73c) (`Release.Breaking.FeatureOrFix`) rather than SemVer (`Breaking.Feature.Fix`).
To let npm increment `FeatureOrFix` (recommended), prepend "`~`" to its version in `package.json`. (for `Breaking`, prepend "`^`")