Today (5/19/2016) I received an email from Firebase.com announcing its largest expansion.
I want to know if now I can deploy custom code to Firebase.com? Doing that in Parse.com was very easy, for example:
Parse.Cloud.define("hello", function(request, response) {
response.success("Hello world!");
});
How can I do the same with firebase.com?