bretmcg / polymer-firebase-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polymer and Firebase Demo

This project includes a set of Polymer components and a starter project, designed to be used with the Polymer tutorial.

This project adds persistence storage with Firebase to the Polymer Starter Project.

Try this out

  1. If you don't already have Firebase, Sign up.
  2. You will need your Firebase project ID - that's important!
  3. Also, make sure your Firebase is writable (no authentication demo here!)
  4. git clone https://github.com/saturnism/polymer-firebase-demo
  5. cd polymer-firebase-demo
  6. bower install
  7. vi post-service/post-service.html and update the location attribute of the firebase-element
  8. python -m SimpleHTTPServer
  9. Open http://localhost:8000

About


Languages

Language:HTML 100.0%