I've created a webpage called index.html
as the main landing page for my Google Firebase Hosted Web app.
This page features input boxes for the user's username
and password
, along with a button labeled LOGIN
.
When a user clicks the LOGIN
button, I want them to be redirected to the home.html
page only if their username and password match the credentials stored in my Google Firebase Authentication list. If they are not valid users, then a message should appear saying "Contact Admin for login credentials."
Despite searching through the Google Firebase Documentation, I cannot seem to find any guidance on this specific issue...