I’ve found that I have completed applications lying around the site, with no good way of finding them. I’m starting this section to walk through complete Apps Script Applications, which cover a number of concepts.

The Apps

First up will be BigQuiz. This is a webapp that touches on a number of different Apps Script capabilities such as.

  • The app structure
  • OAuth2, and multiple providers and roles
  • Firebase and firebase authentication
  • Using libraries to serve up client side code, and sharing code between client and server
  • Using promises in Apps Script
  • Execution API
  • Bigquery