-1

So my android app is successfully able to add data to the parse database but I am being prompted to deploy some cloud code to start scheduling jobs on my data.

I can query the db effectively from the app through the parse api and so I am very unclear on why I am required to write a javascript program. What is the advantage. The sample on the website is a "hello world" app so I don't understand how this relates to my android app?

appreciate any help

Coder
  • 97
  • 6

1 Answers1

2

It's the idea of thin client and also the security reasons that leads to using cloud code. And I think it is not mandatory to use cloud code. It is up to you

Oleg Osipenko
  • 2,409
  • 1
  • 20
  • 28