Hide QuizApi key
Nodrex opened this issue · 1 comments
Nodrex commented
Remove QuizApi key from kotlin file and move to an environment not to be visible in commits
Nodrex commented
Create a .env file in the root directory of your project.
In the .env file, add the following line:
API_KEY=YOUR_API_KEY
When you are working locally, you can access your API key by using the following code:
String apiKey = System.getenv("API_KEY");
You can then use the API key in your Android code. For example, you can use it to make an API call.
Here is an example of how to use an API key to make an API call in Android:
service.getSomething(System.getenv("API_KEY"));