简体   繁体   English

如何使用倍数解析实例

[英]How to use multiples Parse instance

Is there a way to initialize multiple parse apps in react javascript, currently i am initializing single parse app like this 有没有办法在React JavaScript中初始化多个解析应用程序,目前我正在像这样初始化单个解析应用程序

Parse.initialize(config.appId);
Parse.serverURL = config.serverURL;

Currently with the implementation of the SDK you cannot do that. 目前,在实现SDK的过程中,您无法执行此操作。 Theses methods and properties are static as you can see here 您可以在此处看到这些方法和属性是静态的

What you can do is to use the REST API 您可以做的就是使用REST API

You can also suggest this feature on the GitHub repository 您还可以在GitHub存储库上建议此功能

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM