Hey guys, I’m trying out Amper, and when pushing the source code to a GitHub repository, I want to exclude the API Key information.
So, I want to set up the API Key as an environment variable. Is there a good way to do this?
In my previous Android development experience, I used to register keys in the local.properties file and access them via BuildConfig. I’m looking for a similar approach.