UNPKG

firebase-apparatus

Version:

Lightweight implementation of firebase-tools as a Node module

9 lines (8 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // 5 minutes in ms exports.FIVE_MINUTES = 1000 * 60 * 5; // Google APIs endpoints exports.ORIGINS = { GOOGLE: 'https://www.googleapis.com' };