From 5771f28018702c7d62cfa15a77741b684b19ecf0 Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Tue, 6 Jul 2021 12:57:56 +0100 Subject: [PATCH 1/3] fix typo in placeholder dates --- src/modals/sections/EducationModal.js | 4 ++-- src/modals/sections/ProjectModal.js | 4 ++-- src/modals/sections/WorkModal.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modals/sections/EducationModal.js b/src/modals/sections/EducationModal.js index 8dbd67441..8d0b0ccef 100644 --- a/src/modals/sections/EducationModal.js +++ b/src/modals/sections/EducationModal.js @@ -80,14 +80,14 @@ const EducationModal = () => { diff --git a/src/modals/sections/ProjectModal.js b/src/modals/sections/ProjectModal.js index 05788bae3..67b25fad4 100644 --- a/src/modals/sections/ProjectModal.js +++ b/src/modals/sections/ProjectModal.js @@ -53,14 +53,14 @@ const ProjectModal = () => { diff --git a/src/modals/sections/WorkModal.js b/src/modals/sections/WorkModal.js index 9d28e72f1..106ae3bd6 100644 --- a/src/modals/sections/WorkModal.js +++ b/src/modals/sections/WorkModal.js @@ -71,14 +71,14 @@ const WorkModal = () => { From ed950ddcdc2f51a7310c772d1e6f2711cb33f936 Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Tue, 6 Jul 2021 13:34:04 +0100 Subject: [PATCH 2/3] add information on setting up firebase to the readme I had to think a bit about what values to put in the .env file, and once I figured it out, I thought it would be helpful to add that information explicitly in the readme so other developers could speed up local development. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0856d4a9f..345d9e076 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,10 @@ npm install 3. Create a `.env` file and fill it with your Firebase credentials +You can get these by setting up a firebase web app [here](https://console.firebase.google.com/u/0/). + +Also note that you'll need to set up a Realtime Database, *not* a Firestore Database, to get the correct value for `FIREBASE_DATABASEURL`. Be sure to set it to test mode so you can read/write data. Just remember to either revert these or remove the database after your testing is completed. + ``` FIREBASE_APIKEY="" FIREBASE_APPID="" From b869291589be29db9023d55cac09553427224e53 Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Mon, 12 Jul 2021 23:20:28 +0100 Subject: [PATCH 3/3] set more recent date as placeholder --- src/modals/sections/EducationModal.js | 4 ++-- src/modals/sections/ProjectModal.js | 4 ++-- src/modals/sections/WorkModal.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modals/sections/EducationModal.js b/src/modals/sections/EducationModal.js index 8d0b0ccef..e84f579a4 100644 --- a/src/modals/sections/EducationModal.js +++ b/src/modals/sections/EducationModal.js @@ -80,14 +80,14 @@ const EducationModal = () => { diff --git a/src/modals/sections/ProjectModal.js b/src/modals/sections/ProjectModal.js index 67b25fad4..78870d66b 100644 --- a/src/modals/sections/ProjectModal.js +++ b/src/modals/sections/ProjectModal.js @@ -53,14 +53,14 @@ const ProjectModal = () => { diff --git a/src/modals/sections/WorkModal.js b/src/modals/sections/WorkModal.js index 106ae3bd6..95408ba70 100644 --- a/src/modals/sections/WorkModal.js +++ b/src/modals/sections/WorkModal.js @@ -71,14 +71,14 @@ const WorkModal = () => {