Gateau Auto Bingo - Desktop Client
Development
In order to run this client against a locally running API and Firebase emulator, go into the Firebase Emulator dashboard and create a user, then join the game on the locally running version of the web app.
Then run the following, replacing YOUR_EMAIL and YOUR_PASSWORD with the email and password of the account created in the Firebase emulator, and ROOM_CODE with the room code you want to connect to:
FIREBASE_AUTH_EMULATOR_HOST=http://127.0.0.1:9099 python -m gateau_desktop --email=YOUR_EMAIL --password=YOUR_PASSWORD --room=ROOM_CODE --api=http://127.0.0.1:8011 --key=any-string