Store your quotes on firebase: https://derlin-quotes.firebaseapp.com
This is a simple PWA (Progressive Web App) built with Polymer. It is integrated with firebase (using a Google authentication mecanism) and may be "installed" on the homescreen of an Android device.
git clone https://github.com/derlin/polymer-quotes
cd polymer-quotes
The application uses npm and bower. To install everything, run:
npm install
bower install
Install firebase locally (use -g to install it system-wide):
npm install firebase-tools
Run the init command:
./node_modules/firebase-tools/bin/firebase init
It will ask you a lot of things. You need the following features (Which Firebase CLI features do you want to setup for this folder?):
- Database: Deploy Firebase Realtime Database Rules
- Hosting: Configure and deploy Firebase Hosting sites
Then, use the default options and answer NO to all overwrite prompt.
This project uses gulp. Run locally for testing using:
gulp serve
To deploy to firebase, run:
./node_modules/firebase-tools/bin/firebase deploy