Google Firebase Hosting是否支持.NET核心应用程序?

Ara*_*vin 3 firebase firebase-hosting

Google Firebase是否支持.NET核心应用程序?如何查找Google Firebase支持的编程语言列表。

我在其官方网站上找不到与受支持的编程语言有关的任何信息:https : //firebase.google.com/docs/hosting/

更新1:*我们可以使用Node.js和Express App

Mic*_*igh 6

Firebase托管是一种静态托管解决方案,还可以与Google Cloud Functions集成。Firebase托管将支持Cloud Functions支持的任何语言,当前仅是Node.js。

.NET Core不太可能在不久的将来得到支持。


Pet*_*dad 1

根据此页面,Firebase 可以与 IOS、Android、C++、unity 和 web 一起使用:

https://firebase.google.com/docs/

如果你想使用.net

那么你可以使用Firebase Rest API

还要检查那些:

https://github.com/step-up-labs/firebase-database-dotnet

https://github.com/ziyasal/FireSharp