From 0c8bd1b0f72ffaeeaef66384a90508b0ba5f33c3 Mon Sep 17 00:00:00 2001 From: DileepAmrani <47317478+DileepAmrani@users.noreply.github.com> Date: Wed, 3 Jun 2020 22:40:05 +0500 Subject: [PATCH] config update Please accept pull request --- functions/util/config.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/functions/util/config.js b/functions/util/config.js index 5f95adb..7d7b6a1 100644 --- a/functions/util/config.js +++ b/functions/util/config.js @@ -1,8 +1,10 @@ module.exports = { - apiKey: 'AIzaSyBGE61bBXSyRfOccvujvR8VjWfB1BjW-Og', - authDomain: 'socialape-d081e.firebaseapp.com', - databaseURL: 'https://socialape-d081e.firebaseio.com', - projectId: 'socialape-d081e', - storageBucket: 'socialape-d081e.appspot.com', - messagingSenderId: '354040522108' + apiKey: "AIzaSyDHxTu-ASLDU8Ji4NuocSc4uNdXAIzJcaI", + authDomain: "socialape-3a022.firebaseapp.com", + databaseURL: "https://socialape-3a022.firebaseio.com", + projectId: "socialape-3a022", + storageBucket: "socialape-3a022.appspot.com", + messagingSenderId: "455509939035", + appId: "1:455509939035:web:f162ae94733541c12fc07e", + measurementId: "G-76N8LNQS87" };