API server Created in Firebase studio is not able to be called from React Webapp built in Firebase Studio
Currently a web api server created in Firebase Studio (say java) is not able to be called from a React Web App built in Firebase Studio , because the URL is getting redirected (302)even before it reaches the web server because of CORS
Because of this for complete full stack development Firebase Studio is not effective.
The same of mysql, postgres databases, they are not not able to connect
We need this connection possible, because of this, i don't use Firebase studio and do develop in my local machine
2
votes