I am currently creating a school website using AngularJS. My goal is to incorporate account functionality through firebase authentication. However, I have limited experience with Javascript and find working with AngularJS and implementing firebase to be quite challenging. The project is based on the angularjs seed found here: https://github.com/angular/angular-seed. Can someone provide guidance on how to integrate firebase authentication into the index.html file? I believe some code will need to be placed in app.js while form data will reside in index.html. But beyond that, I am unsure of what steps to take. Essentially, my question revolves around understanding which sections of code should go where. Any assistance would be greatly appreciated. Thank you.