可以使用 firebase hosting/database 创建一个用 python 编写的网站

Can create a website written in python using firebase hosting/database

我刚开始网络开发,但我有一个使用 firebase 数据库的应用程序,所以我想知道我是否能够创建一个用 python 编写的可以使用 firebase 托管和数据库的网站?如果不是,我必须使用什么语言?

Firebase hosting:

Beyond serving static content, you can use Cloud Functions for Firebase or Cloud Run to serve dynamic content and host microservices on your sites.

JavaScript 代码可以通过 Web API 从应用或通过 Cloud Functions 访问 Firebase 数据库。

可以设置 Python 网络服务器,例如 运行 在 Google App Engine 或 Azure 上,它使用 Firebase Admin SDK,它有一个 Python API 对于 Firebase 数据库。