英文:
Can you use Dart to write cloud functions for a flutter app
问题
你可以使用Dart为Flutter应用编写Firebase云函数吗?是否有人已经这样做了?如果是的话,从长远来看,这是否可行,还是更好使用JavaScript/TypeScript?
英文:
Can you use Dart to write Firebase cloud functions for a flutter app? Has anyone done this? If so, is it viable long-term or is it better to use JavaScript /TypeScript?
答案1
得分: 2
截止到撰写此答案的时间点,以下是支持的编程语言:NodeJs、Python、Ruby、Go、Java、PHP和.NET。
Dart并未列为Google Cloud Functions支持的编程语言之一:https://cloud.google.com/functions/docs/concepts/execution-environment#runtimes
也许他们将来会添加Dart,但我还没有听说过。
英文:
As of the time of writing this answer, these are the supported languages: NodeJs, Python, Ruby, Go, Java, PHP and .NET.
Dart is not listed as one of the supported languages for Google Cloud Functions: https://cloud.google.com/functions/docs/concepts/execution-environment#runtimes
Maybe they'll add Dart in the future, but I haven't heard of it.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论