How to deploy React app to Firebase Hosting | React frontend | Node backend on Vercel
How to deploy react app to firebase hosting Note: This is the second part of the article, for the first part on how to deploy a node js server on vercel visit here . What is firebase? Firebase is a service-based company that offers free (to some extent) cloud database and hosting services. It was found by Google in 2011. Firebase provides a NoSQL database and real-time hosting services to its clients. With firebase, you can create and deploy apps to Android, IOS, Web, etc. You may also like: How to host Node js server on Vercel . How to install C & C++ using MinGW How to fix XAMPP server error | Not quitting How to connect MongoDB Atlas Prerequisite: A google account. A firebase account. How to host react frontend on firebase To deploy react app on firebase, follow the given instruction: First of all, copy the domain (link) generated after the deployment of the node js server on vercel , and replace all the localhost addresses with the vercel address on your react js application. ...