Dear Develephant,
To start with - Coronium.io is AWESOME. We had few Corona apps which were using Parse.com backend. Due to Parse decision to close within a year, we started looking at various alternatives. Coronium.io worked perfectly and smoothly till now - we have migrated a lot of our APIs from Parse.com to Coronium.io. It is extremely easy (migration work is still going on but we are very comfortable that Coronium.io will work for us). Thank you from bottom of my heart - I sincerely appreciate the great work that you have put in. And dashboard and performance is very good.
We have tried a lot of the APIs and they are working great. Few minor issues we are having (Note: we are using it on AWS cloud):
1) coronium:uploadFile() is not working when “destDir” is given in filemetatable. The directory is already created on coronium server under “/home/coronium/files”. It is working if destDir is not there.
-
coronium:registerUser() is creating the user successfully. But not returning the newly created user’s objectId in the result. Because of that, we are not able to extract more information using coronium:getUser() call. Though I am able to get it working by using a cloud API (coronium.user.getUsers), but its an extra API call. Is it possible to return objectId in registerUser() itself.
-
When I try to change admin password to something else using the dashboard, it says “Oops an error has occurred”.
Regards,
Samir Jain