I want to use Microsoft Azure Storage Android API to upload images made by phone camera. Here's like to it: https://github.com/azure/azure-storage-android
Here's my question: Account name and key are stored in string inside app, so anyone could decompile it, get these credentials and then, for example, upload lots of data which would cost me money.
So is it safe to use this on android app? What are my other options?