I am new to Java and I am trying to host a Java web app using Firebase.
My problem appears to be that my index.html file does not exist in
index.html
Firebase Hosting is for hosting static assets only, so HTML, JavaScript, CSS, images, etc.
Firebase Hosting cannot be used to run your Java web application.