react-braincloudclient

3.1.2 • Public • Published

Usage

  • cd /to/the/root/of/your/project
  • Install package: npm install --save react-braincloudclient
  • Add jQuery to your HTML, e.g.: <script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
  • Then, use from your component:
import { brainCloudClient, brainCloudWrapper } from 'react-braincloudclient';

class App extends React.Component {  
   someFunction() {
     brainCloudWrapper.initialize(...);
     brainCloudWrapper.authenticateEmailPassword(...);
     ...
   }

   ...
}

For more information about brainCloud and the client library including release history, api documentation, and tutorials please visit: http://apidocs.braincloudservers.com/

Platform: Javascript Version: 3.1.0.182

Readme

Keywords

Package Sidebar

Install

npm i react-braincloudclient

Weekly Downloads

3

Version

3.1.2

License

none

Last publish

Collaborators

  • ca.murage.ryanh
  • ubergeek