I've just finished with Step 2: Login Form,
When I try to login with credentials I'm presented with POST http://localhost:3000/api/login 404 (Not Found)
I did a Firebase serve and is working fine with both Postman and when I change the proxy to http://localhost:5000/<my-app-id>/us-central1/api without issue, so I don't think there is an issue with copy pasting incorrect information. Is there something more I need to be doing when trying to use the Firestore functions URL?
"proxy": "https://us-central1-<my-app-id>.cloudfunctions.net/api"
Edit: Also noticed that the 404's are being logged when I check under the Functions area (see image)
