我们是否可以像在parse.com上看到的那样,在解析服务器上查看日志消息。在parse.com上,我经常使用console.log()和console.error()。Is there any built in setting that needs to be changed or do we have to use some external package.
我想从我的离子应用程序发送推送通知到应用程序现在我写了解析云代码和一个正常的typescript,但两者都不工作,实际上我的要求是发送推送通知到所有设备和特定的设备,请检查我下面的代码并帮助我。Parse.Cloud.define("send", (request) => {
channels: ["News"], title: "Hello from the C