Hi,
I was wondering, if it is possible to somehow setup an API endpoint for retrieving an API secret of a third party cloud service? The overall issue is, that as you may know, it is not recommended to store public api_keys and api_secrets together at the client side (for example in the config of ember app itself).
{
"timestamp":1405798984,
"signature":"4a49f7e9009678h5678n678dc8798ca19cdb2da4",
"api_key":"123455678679845"
}
In this example the signature would be the corresponding api_secret of my third party cloud service.
I think the demand for combining different cloud service in a single web app will be rising in the future. So is there something planed for firebase, or is something like this, already possible. Couldn't find any specific informations on this topic. Would be happy about any info or help on it.
Cheers Dario