spinks / LioninWinterBall

App for the Hatfield Lion in Winter Ball and Hatfield Summer Solstice Ball
MIT License
0 stars 0 forks source link

Implement Firestore content management system #2

Closed spinks closed 4 years ago

spinks commented 4 years ago

App pages must query and dynamically create content based on Firebase:Firestore database (images, text content), bespoke per page.

The Firebase project for this app has already been created.

Resources:

Different pages database design (and how content is created from them) must be detailed in the README

spinks commented 4 years ago

Commit bfc03e739fc12085f90b7a4fe5e8c9ca48258c83 on branch firestore implements this.

Documentation regarding the bespoke API in grid to be written.

Could benefit from investigation as to the number of document reads, to confirm that only one is performed (could in theory use a document reference listener as opposed to read once, assuming minimal updates to DB at peak times)

spinks commented 4 years ago

Closed by pull https://github.com/spinks/LioninWinterBall/pull/5