Skip to content

(Week 1) Radhika & Ernie (R W from to Firebase)

Erin 'Ernie' L Fough edited this page Dec 21, 2019 · 5 revisions

1. As a component, I want to be able to read from and write to the Firestore database

AC:

  • [x ] The following have been added as project dependencies: firebase & react-firestore
  • [x ] Make a change in the Firestore database and it shows up in the app
  • Make a change in the app and it shows up in the Firestore database

2019 Dec 17

Updated Wiki to include the Acceptance Components. Installed firebase on my machine. Radhika and I could not meet tonight after all and our schedules do not coordinate until Thursday night. I broke down and scanned cohort #2s Wiki because I am an anxious individual and found a number of articles that they found helpful to try and familiarize myself with this, will do some more work on this and in learning React Wednesday.


2019 Dec 20

Lars worked with me to fix my repository. we added the dependencies and committed the changes. I am excited because I have a sense of where I need to go and what I need to do.

2019 Dec 21

Lars and I worked to resolve the issue of drawing data into our app. We finally broke down and looked at the code he had already written. We were having problems with promises and had to add a lot of async and await into the code. We added a button that allows one to refresh the page with data from the database.