All Projects → divshot → polymer-firebase-qa

divshot / polymer-firebase-qa

Licence: MIT license
Example Q&A realtime app powered by Polymer and Firebase.

Programming Languages

ApacheConf
554 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Polymer + Firebase Q&A

A simple Q&A app built with Polymer and Firebase. Covers routing, authentication, material design, and CRUD operations.

Running Locally

Create a new app in Firebase. Set up a new GitHub application and configure authentication in Forge. Run the following command in your terminal:

npm install && bower install

Edit /app/elements/app.html and change <your-firebase> to your Firebase URL:

Polymer({
  ready: function() {
    this.globals.firebase = '<your-firebase>';
  },

Run the server locally with Grunt:

grunt serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].