diff --git a/clients/pebble/McLighting.pbw b/clients/pebble/McLighting.pbw new file mode 100644 index 0000000..0ec5b0a Binary files /dev/null and b/clients/pebble/McLighting.pbw differ diff --git a/clients/pebble/configuration_page/.firebaserc b/clients/pebble/configuration_page/.firebaserc new file mode 100644 index 0000000..ac1a8e4 --- /dev/null +++ b/clients/pebble/configuration_page/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "mclighting-pebble-config" + } +} diff --git a/clients/pebble/configuration_page/database.rules.json b/clients/pebble/configuration_page/database.rules.json new file mode 100644 index 0000000..64a7d8b --- /dev/null +++ b/clients/pebble/configuration_page/database.rules.json @@ -0,0 +1,4 @@ +{ + ".read": true, + ".write": true +} diff --git a/clients/pebble/configuration_page/firebase.json b/clients/pebble/configuration_page/firebase.json new file mode 100644 index 0000000..e7c9fc2 --- /dev/null +++ b/clients/pebble/configuration_page/firebase.json @@ -0,0 +1,8 @@ +{ + "database": { + "rules": "database.rules.json" + }, + "hosting": { + "public": "public" + } +} diff --git a/clients/pebble/configuration_page/public/404.html b/clients/pebble/configuration_page/public/404.html new file mode 100644 index 0000000..19126b5 --- /dev/null +++ b/clients/pebble/configuration_page/public/404.html @@ -0,0 +1,81 @@ + + + +
+This specified file was not found on this website. Please check the URL for mistakes and try again.
+This page was generated by the Firebase Command-Line Interface. To modify it, edit the 404.html
file in your project's configured public directory.