我有一个NodeJSFirebase函数,它使用firebase-admin。自去年以来,它一直运转良好。access token with the following error: "Error fetching access token: 404 page not found
这是否是我正在使用的"firebase-admin": "^7.3.0"版本的问题呢?有没有人面临同样的问题,你能提供一些可能是什么原因的方
我正在构建一个Next.js应用程序,使用12.1.6和Firebase函数作为一个无服务器功能。在本地环境中,它没有任何问题,但是在部署之后,它会将Failed to load resource: the server responded with a status of 503 ()返回给客户端但是Firebase函数除了/temp目录之外不接受任何写入操作。它只允许读取操作。
也许我应该部署到像Vercel这样的其他主机上。但是旧版本能解决这个问题吗?因
我试图在防火墙中部署我的Node.js应用程序,但是当我运行命令时,它会导致错误Error:运行时field is required but was not found in firebase.json我试着运行命令firebase serve --only functions,hosting,一切在本地都很好,所以我想部署并提供给我的同事进行用户测试的链接,但是我无法使用firebase deployfunction": "app" ]}