Minimal App with Access Control — Public Library

A Minimal effort Web App built with Plain JavaScript and Firebase (with Access Control)

This app supports the following operations:

For playing with the app, you may 1) , and 2) view it with Retrieve and list all book records. For observing the internal status and error messages, turn on the JavaScript console.

This minimal version of our data management application only includes a minimum of the overall functionality required for a complete app. It takes care of only one object type ("books") and supports the four standard data management operations (Create / Retrieve / Update / Delete).

This app, which is accompanied by a tutorial, is the 1st example app of our incremental sequence of six examples of Plain JS and Firebase Web Apps.