I\'m trying to make a POST request from Parse to Firebase, using Parse Cloud Code and Firebase\'s REST API.
Parse.Cloud.define(\"createChatRoom\", function(r
Answering my question:
JSON for Firebase must be wrapped in single quotes ':
'
body: '{"hi": "hello"}'