Bare minimum for firebase email/password auth without Node.
In first terminal start firebase emulator with
firebase emulators:start
View this demo at http://localhost:9000 and the firebase emulator admin UI at http://localhost:4000/auth.
Deploy to firebase project with ID drjim-eaf50
with
firebase deploy
View it live at https://drjim-eaf50.web.app/ .