I am developing an application that uses Firebase as a backend and use third party tools achieve data.
Instead of configure the external API keys in firebase code(which will be visible in browser), I a trying to configure them in my Firebase projects google cloud console in
https://console.developers.google.com/apis/credentials?project={MyFirebaseProject}
to use them securely.
I configured my keys GCP, but not sure how to access them in Firebase. Is it a good and achievable solution? I am open to suggestions.