Merge branch 'master' into edit-profile-info

This commit is contained in:
Clayton Wilson
2019-09-29 21:33:41 -04:00
committed by GitHub
36 changed files with 4770 additions and 1947 deletions

View File

@@ -4,4 +4,4 @@ admin.initializeApp();
const db = admin.firestore();
module.exports = {admin, db};
module.exports = { admin, db };