![]() |
1
1
首先 documentation for Firebase App Hosting 未提及对Express应用程序的支持:
其次,App Hosting是建立在后端部分的云功能(实际上是现在的云运行)之上的,后端代码无法使用
如果你想使用Firebase部署Express应用程序,你应该参考Firebase的云功能 documentation 而不是应用程序托管。另请参见 Firebase Hosting documentation 如果你想通过Firebase Hosting为部署到Cloud Functions的应用程序提供服务。 |