google-gemini / generative-ai-android

The official Android library for the Google Gemini API
https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=android
Apache License 2.0
722 stars 157 forks source link

Port API Key security suggestions to the README #119

Open logankilpatrick opened 6 months ago

logankilpatrick commented 6 months ago

Right now, in the README, we suggest people not check their API key into the repo, we should do the same in this README like we do in the docs: https://ai.google.dev/tutorials/quickstart#android

rlazo commented 6 months ago

Hi @logankilpatrick could you elaborate? The installation and usage section of the repo's README point to the quickstart you linked.

Is your suggestion that we include API Key security recommendations within the readme itself instead that in the pointed doc?