Alec Rodgers
Alec Rodgers
@satya164 Any plans to add this feature?
In terms of security, Elastic has built in security layers to ensure scripts are executed safely. [These Elastic docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-security.html) give a good overview of the layers of security they've implemented....
I was able to get this working in my project following the approach in this package: https://github.com/gusgard/react-native-devsettings. I didn't want to add a new dependency to my application so I...
@t2 Were you able to come up with a solution for this? Just ran into the same problem and ended up here searching for how to handle this scenario.