You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a firebase project (nitro preset: firebase) try to log headers.host or x-forwarded-host. The expected result should be the original request host but instead we get "localhost"
Additional context
A firebase project with admin sdk is required
Logs
Google clouds prints the following for console.log(event.node.res.req.headers)
Environment
Reproduction
https://stackblitz.com/~/github.com/vis97c/nitro-firebase-host
https://github.com/vis97c/nitro-firebase-host
Describe the bug
In a firebase project (nitro preset: firebase) try to log headers.host or x-forwarded-host. The expected result should be the original request host but instead we get "localhost"
Additional context
A firebase project with admin sdk is required
Logs
Google clouds prints the following for console.log(event.node.res.req.headers)
The text was updated successfully, but these errors were encountered: