今天(2016年5月19日)我收到了来自Firebase.com的电子邮件,宣布了其最大规模的扩张。
我想知道现在我是否可以将自定义代码部署到Firebase.com?在Parse.com中这样做很容易,例如:
Parse.Cloud.define("hello", function(request, response) {
response.success("Hello world!");
});
我如何使用firebase.com做同样的事情?
答案 0 :(得分:1)
没有。 Firebase不提供服务器端逻辑。您需要选择自己的方式,如Heroku,Google Cloud Platform等。