Speaker
A Speaker at the conference.
Firebase reference: confs/detail/${confId}/speakers/${speakerId}
REST example: Boston Conference speakers
Code sample: speaker.js
Properties
Name | Type | Description |
---|---|---|
name | string | Name of the speaker |
title | string | Title, e.g. "Co-founder" |
org | string | Organization, e.g. "SmartTech" |
bio | string | Speaker bio as an HTML string |
pictureId | string | Identifier of the speaker's picture |
pictureUrl | string | URL of the speaker's picture |
socialProfiles | object | Social profiles of the speaker (key is the social platform identifier, value is the username or handle on the platform) |
isFeatured | boolean | True if the speaker should be displayed on the list of featured speakers (optional) |
featuredOrder | number | Order in which a featured speaker should appear |