This extension connects to a simple firebase database via @doubledutch/firebase-connector on a per-event basis.
{
"sessions": {
":sessionId": {
"name": "Keynote Trivia",
"secondsPerQuestion": 30
}
},
"questions": {
":questionId": {
"sessionId": ":sessionId",
"order": 0,
"text": "What biological class do owls belong to?",
"answers": ["Mammals", "Birds", "Reptiles", "Fish"],
"answerIndex": 1
}
}
}