From e3fb11cce0f212ed88bf903d9c9d3706049f25c9 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 10 May 2020 12:17:25 +0530 Subject: [PATCH] :zap: dotenv --- functions/fb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/fb.js b/functions/fb.js index 2a6bc3a3e..3881cff1d 100644 --- a/functions/fb.js +++ b/functions/fb.js @@ -1,6 +1,7 @@ import firebase from "firebase/app" import "firebase/firestore" import "firebase/auth" +require("dotenv").config() // Initialize Firebase, copied from cloud console const firebaseConfig = {