Skip to content
Advertisement

Tag: firebase

Firebase Functions and API Keys

Are Firebase functions a safe place to store API keys for a React App? As an example, see the following template for an axios API call in a Firebase Cloud function: cloud function template edit: added text code snippet. The question whether or not it is secure to store the API key directly in this snippet, given it’s a firebase

Advertisement