[Django]-Can a Django project be hosted in Firebase? If yes, give me an idea

8👍

Firebase Hosting only supports static content. It does not give you a way to run any backend code. You can use Firebase Hosting to proxy some requests to a Cloud Functions backend, but Cloud Functions provides its own way of handling HTTP requests.

Leave a comment