1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-17 20:11:12 +02:00

add poc for firestore

This commit is contained in:
Kushagra Gour
2018-01-06 03:48:28 +05:30
parent 7fa2e745b2
commit 0d84ded781
7 changed files with 220 additions and 54 deletions

View File

@@ -183,4 +183,6 @@
window.chrome = window.chrome || {};
window.chrome.i18n = { getMessage: () => {} };
window.IS_EXTENSION = !!window.chrome.extension;
})();