Instructions
- Download the repository.
- Run npm install.
- Switch to the directory and run 'webpack -w'.
- Go to 'http://firebase.google.com' and get your application created
- On Overview tab in Firebase console, click on 'Add Firebase to your web app' and copy the code snippet.
- Paste the code snippet in index.html (find the placeholder)
- Run index.html in the browser on different tabs to test the application.
Note: Webpack should be installed globally on your system