https://github.com/awslattery/pericles
📱 Serverless text-to-vote application built with Node and Google Cloud Firestore, with a Gatsby powered frontend.
https://github.com/awslattery/pericles
firebase firestore gatsbyjs nexmo react sms
Last synced: 7 months ago
JSON representation
📱 Serverless text-to-vote application built with Node and Google Cloud Firestore, with a Gatsby powered frontend.
- Host: GitHub
- URL: https://github.com/awslattery/pericles
- Owner: awslattery
- License: mit
- Created: 2018-10-15T20:26:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T00:15:21.000Z (about 7 years ago)
- Last Synced: 2024-11-15T04:30:18.825Z (11 months ago)
- Topics: firebase, firestore, gatsbyjs, nexmo, react, sms
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pericles
📱 Serverless text-to-vote application built with Node and Google Cloud Firestore.## Installation
**Yarn**
```bash
$ yarn add pericles
```**NPM**
```bash
$ npm i pericles
```***
## Deployment
***
## FAQs
##### Firestore is in beta at the time of creation, why not use something more stable?
This repository is more or less refactoring some janky, old PHP & MySQL code I've used for years, so why not use the hot new thing ~~everyone~~ existing Cloud Datastore users are going to gripe about migrating to?
##### Unmet peer dependencies when running `yarn`?
This is due to a longstanding design decision by the Yarn maintainers. You can find other references to this behavior [in their issues](https://github.com/yarnpkg/yarn/issues/5347#issuecomment-376219812).
```bash
[3/4] 🔗 Linking dependencies...
warning "firebase-admin > @firebase/database@0.3.6" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase-admin > @firebase/database > @firebase/database-types@0.3.2" has unmet peer dependency "@firebase/app-types@0.x".
[4/4] 📃 Building fresh packages...
```