From 87eb4ce8796ec3b45f6fc594ffd91e4efea4b00e Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 4 Oct 2016 13:51:51 -0700 Subject: [PATCH] Add messagingSenderId --- html/js/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/js/config.js b/html/js/config.js index a021a23..65b78fa 100644 --- a/html/js/config.js +++ b/html/js/config.js @@ -27,6 +27,7 @@ Config = function() { authDomain: "projectId.firebaseapp.com", databaseURL: "https://databaseName.firebaseio.com", storageBucket: "bucket.appspot.com", + messagingSenderId: "123456789" }, // Replace with an API key for Google Cloud Vision API // DO NOT DO THIS IN PRODUCTION!!! For Demo purposes only.