Flutter app for managing Gym classes. Part of Medium Article on how to generate automatic weekly bookings.
The app needs access to Firestore which is retrieved via two environment variables supplied via a .env file. Copy .env.example and replace user and password with correct values.
In addition firebase_options.dart needs to be updated correctly (Preferably using FlutterFire CLI)