eli0s
It works fine here (sample capx - typing under "On function") .
amkp
Uh, no. I put them with my firebase plugins together.
First I tried firebase, it is good for sync data, but it is weak at query data. So I tried parse and combined them in my application.
Develop games in your browser. Powerful, performant & highly capable.
Yes, "Item table" is one of them, but I had not finished the document yet.
Arne
As amkp said, there are 2 chapters about "Relational Data",
save: https://www.parse.com/docs/js_guide#objects-pointers
query: https://www.parse.com/docs/js_guide#queries-relational
One-to-One and One-to-Many Relationships
Many-to-Many Relationships
I had implemented "One-to-One and One-to-Many Relationships" in my parse application plugin.
jabedbd
Ooops, here
https://dl.dropboxusercontent.com/u/577 ... x_gleam.7z
Download here.
Or download by this tool.
https://dl.dropboxusercontent.com/u/577 ... ugpanel.7z
My friend is a freelancer who uses c2 + a lot of my plugins. He did not know how to write any text code, so c2 is the only choice.
In official browser plugin, Execute Javascript.
You might load javascript code by AJAX.
Magistross
I would use
new window["EasyStar"]["js"]();
to ensure the name would not be minify.
Change
this.easystarjs.enableDiagonals();
to
this.easystarjs["enableDiagonals"]();
for example. i.e. change the style of the name in external js call.
Then the name would not be minify.
Update
Add rex_parse_authentication to sign up/login with parse's built authentication system.
Now user could use firebase only , or use parse only , or user firebase+parse both.
Member since 4 Apr, 2011