Hi,
We are considering to use Backendless for our websites/HTML5 mobile apps.
I read in the docs that I have to call the Backendless init function first, in order to make API calls towards Backendless (Javascript API):
Backendless.initApp( application-Id, secret-key, version )
As far as I know, this function should be put in a certain javascript file/HTML file. Since the source code of web apps are visible for everyone (via browsers/inspector), I was wondering how safe it actually is to put our secret key in a public file.
Is this secure ?
Is there any solution to call the init function in a secure way, so that our secret key/application ID is not exposed to the public ?
Thanks in advance!
Daniel