I have implemented an web application, Now I want to deploy it on firebase. I have used React for the frontend and Rails for the backend. So I had use rack cors gem in rails. Also I have used postgresql in rails app api. So how I will deploy the rails api to the firebase. I did lot of google but did not able to find proper solution.
I have Implemented Rails Api.
Asked
Active
Viewed 77 times
1
Sourabh Banka
- 1,080
- 3
- 24
- 48
-
Rails is a backend framework. As such, I'm not sure it can be deployed to Firebase. Check out Heroku instead. – Colin Ricardo Jul 04 '18 at 10:58