Horje
env file firebase Code Example
env file firebase
$ cd project_directory
$ cd functions
$ firebase functions:config:set api_key1="YOUR_API_KEY1" api_key2="YOUR_API_KEY2"

// Accessing the Keys in Code

const functions = require('firebase-functions');

const api_key1  = functions.config().api_key1;
const api_key2  = functions.config().api_key2;
Source: dev.to




Shell

Related
bash replace multiple patterns Code Example bash replace multiple patterns Code Example
how to find and replace a string in a file using shell script on mac Code Example how to find and replace a string in a file using shell script on mac Code Example
how to commit a specific file in git Code Example how to commit a specific file in git Code Example
ubuntu default phpmyadmin password Code Example ubuntu default phpmyadmin password Code Example
change lunix password Code Example change lunix password Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13