Hi, by configurating revenuecat I need to trigger following code:
configuration = PurchasesConfiguration(googleApiKey) ..appUserID = userId ..observerMode = false;
I have no experience and no idea if this google-api-key is important or should be privacy, should I hardcode this googleApiKey in my flutter app, or I need to get this from google secret manager via cloud function? But if I get this from cloud function, there is no chance for hacker to get this apikey?
thanks!