How do i implement a set of java-script files into my web-app

Hi there wappler community,

Im back with another question… Currently just trying to add a couple of JavaScript code files to my login page but its not working at all… Im currently hosting the app from Firebase with the company i work for and i am trying to setup a Firebase authentication login page BEFORE anyone can get to the actual app…

Am i missing something with connecting the JS to my web-app? I just have 2 files labeled as “auth.js & index.js”… Then on the main page i do have the code line’s

<script src="scripts/auth.js"></script>
<script src="scripts/index.js"></script>

Within the body of the HTML code of that main login/authentication page… What should i do? What step am i missing?..

Community Page
Last updated: