Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 916 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 916 Bytes

Polyfire - Polymer Firebase Starter App

Polyfire is a Google Polymer and Firebase Start App

Frontend -Polymer

The frontend for Polyfire will use Polymer Library. Learn more at https://polymer-project.org

Backend Realtime Data Store and Appp Hosting uses Firebase.com

The backend we store data in realtime with firebaseio.com and host the app on firebaseapp.com

Install

1. git clone ... 2. npm install 3. bower install 4.

Desgin Goals

Our goal is to have a starter app that gets you started with a new Polymer Firebase web / mobile web app fast. We plan to include:

  • Responsive design using drawer layout for both desktop and mobile.
  • Home page with login and signup forms and basic marketing layout.
  • Login and signup form that uses email and password or Google account signup and authentication.