-
I'm currently building a very small application which depends on firebase to authenticate mobile devices. The docs mention that firebase seems not to install correctly. So I wanted to inquire if there is something that can be done, or if I need to migrate to a different provider for now. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
It's a known issue. Libraries from Google don't usually work on micros |
Beta Was this translation helpful? Give feedback.
-
If you're talking about Firebase_admin, I also have the same error, but changed to version 5.0.2 it works fine. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm also using Node 14 + Fastify and trying to deploy on Deta, however, any request to the endpoint returns a 502 Bad Gateway error almost instantly. I'm not using any Google libraries, although, I do call the Firebase REST API a few times in my code. Could anyone point out what might be going wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
It's a known issue. Libraries from Google don't usually work on micros