Converts this Firebase configuration to a map.
Map<String, dynamic> toMap() { return { 'android': android.toMap(), 'ios': ios.toMap(), 'web': web.toMap(), }; }