i have finally got to the stage were i can see my firebase console and can change outputs accordingly
Where i’m having trouble is with the App, I can get to (see page 139 of the book) and when i press the login button the login box appears, i put my email and password in and press login it just shows the login screen again not as showing on page 144.
this is the output on the terminal screen when i goto (http://localhost:5000)
PS D:\Firebase_Project> firebase serve –only hosting
i hosting: Serving hosting files from: public
+ hosting: Local server: http://localhost:5000
i hosting: 127.0.0.1 – – [12/Mar/2022:01:12:39 +0000] “GET / HTTP/1.1” 200 9359 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39”
i hosting: 127.0.0.1 – – [12/Mar/2022:01:12:39 +0000] “GET /logo.png HTTP/1.1” 200 26327 “http://localhost:5000/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39”
i hosting: 127.0.0.1 – – [12/Mar/2022:01:12:39 +0000] “GET /scripts/auth.js HTTP/1.1” 200 978 “http://localhost:5000/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39”
i hosting: 127.0.0.1 – – [12/Mar/2022:01:12:39 +0000] “GET /scripts/index.js HTTP/1.1” 200 9614 “http://localhost:5000/”
“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39”
i hosting: 127.0.0.1 – – [12/Mar/2022:01:12:43 +0000] “GET /favicon.ico HTTP/1.1” 404 1808 “http://localhost:5000/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39”
any help is appreciated
Ron