Simple firebase demo app made with Javascript ES6 and Webpack. It has a simple login page that validates, sign-up and sign-in the user to the Firebase.
This app requires Node.js and Webpack 4.12+
$ git clone git@github.com:lslucas/demo-firebase.git
$ cd demo-firebase
$ npm install
$ npm startNote: You should create your own firebase app on https://console.firebase.google.com. Then, change the keys on lib/config.js.