Converts this Firebase platform configuration to a map.
Map<String, dynamic> toMap() { return { 'app_id': appId, 'options': options, }; }