The API key is kept in the serviceAccount in Google Drive
The default-firebase-data.json is now a template that holds static data, such as the lunch and evening "sessions", and keynote speaker information that is maintained outside of Pretalx. This can be edited. At deployment time, pretalx/pretalx-parser.js is run. This is responsible for writing firebase-data.json, which contains the data from default-firebase-data.json, extended with the information in Pretalx. In this way, we can easily edit the static data while allowing presenters to update their information at their leisure.
Markdown preview of session content, rather than plain text
Adds:
serviceAccount
in Google Drivedefault-firebase-data.json
is now a template that holds static data, such as the lunch and evening "sessions", and keynote speaker information that is maintained outside of Pretalx. This can be edited. At deployment time,pretalx/pretalx-parser.js
is run. This is responsible for writingfirebase-data.json
, which contains the data fromdefault-firebase-data.json
, extended with the information in Pretalx. In this way, we can easily edit the static data while allowing presenters to update their information at their leisure.