Horje
store environment variables firebase Code Example
store environment variables 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
poop Code Example poop Code Example
zsh add to PATH permanently Code Example zsh add to PATH permanently Code Example
remote: The project you were looking for could not be found. fatal: repository 'https://gitlab.com/MahKania/bus-staton-service.git/' not found Code Example remote: The project you were looking for could not be found. fatal: repository 'https://gitlab.com/MahKania/bus-staton-service.git/' not found Code Example
git clear remote branch Code Example git clear remote branch Code Example
install polybar ubuntu 20.04 Code Example install polybar ubuntu 20.04 Code Example

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