Skip to content

arunabhdas/polymer-firebase-qa

 
 

Repository files navigation

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

About

Example Q&A realtime app powered by Polymer and Firebase.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ApacheConf 42.9%
  • HTML 41.2%
  • JavaScript 15.4%
  • CSS 0.5%