API Keys in android build? #55
Unanswered
JohnessyAI
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @JohnessyAI, keeping it hardcoded and retrieving from Firebase is almost the same, at the end API Key will be used in client side. The best approach is delegating the whole operation to a backend without exposing the API Key and just sending and receiving json data. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Is there anything in particular i need to do to include the keys here? I did think about using Firebase to grab them and then set them but dont want to go do that if there is any easier way ?
Beta Was this translation helpful? Give feedback.
All reactions