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.