0

I have an app which is successfully deployed through firebase.

The last thing I need to do is deploy the backend server for this app.

The frontend react app is in a public folder and deployed through firebase deploy. I then have a folder called server.js with all the backend calls on.

Is there a way to deploy this through firebase too? Currently the backend calls all work when I run the server locally in development mode but don't work with the live site.

  • You can't run a plain nodejs backend on Firebase. Best you can do is use Cloud Functions, which requires you to use their node framework. – Doug Stevenson Sep 14 '22 at 16:56

0 Answers0