ember-parse-adapter
ember-parse-adapter copied to clipboard
An Ember Data Adapter for Parse
- Merge partial Parse User data with local data. - Compatibility with Ember 1.13.10 / Ember Data 1.13.11 Josh Fester is a genius. You may not like my coding style....
Hey, are there any plans to add support for the self-hosted parse-server to ember-parse-adapter? Martin
i try to call ParseUser.login() ``` "Passing classes to store methods has been removed. Please pass a dasherized string instead of undefined" ```
When calling `this.store.createRecord`, the following error is thrown: ``` Uncaught Error: Assertion Failed: Passing classes to store.serializerFor has been removed. Please pass a dasherized string instead of undefined ``` I...
In the database on the parse.com I have a table `Item` with the following fields: ``` "objectId": "O0NkhZAcMd", "price": "100", "topping": [ { "__type": "Pointer", "className": "Topping", "objectId": "iKbMWHZrEB" },...
can't modify parse-user data it says: {"code":206,"error":"Parse::UserCannotBeAlteredWithoutSessionError"} i think it need masterkey of parse
Hi, I've installed your great ember-parse-adapter, and I'm getting at least three Deprecations: ``` 1- The default behavior of shouldReloadAll will change in Ember Data 2.0 to always return false...
When using the latest version of Ember Data (1.13.8), the initializer breaks and displays the following error in the console. ``` Uncaught Error: Assertion Failed: Passing classes to store methods...
The very last line of the readme instructs "install:addon" and only "install" is necessary.
This gets the addon up to speed with ember-data 1.13.11 and ember 1.13.10. All other dependencies are up to the latest release as well.