File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ import FirebaseAnalytics
3737 */
3838
3939@objc ( SEGFirebaseDestination)
40- public class ObjCFirebaseDestination : NSObject , ObjCPlugin , ObjCPluginShim {
41- public func instance( ) -> EventPlugin { return FirebaseDestination ( ) }
42- }
40+ open class ObjCFirebaseDestination : NSObject , ObjCPlugin , ObjCPluginShim {
41+ public func instance( ) -> EventPlugin { return FirebaseDestination ( ) }
42+ }
4343
44- public class FirebaseDestination : DestinationPlugin {
44+ open class FirebaseDestination : DestinationPlugin {
4545 public let timeline = Timeline ( )
4646 public let type = PluginType . destination
4747 public let key = " Firebase "
@@ -52,8 +52,8 @@ public class FirebaseDestination: DestinationPlugin {
5252 public init ( firebaseOptions: FirebaseOptions ? = nil ) {
5353 self . firebaseOptions = firebaseOptions
5454 }
55-
56- public func update( settings: Settings , type: UpdateType ) {
55+
56+ open func update( settings: Settings , type: UpdateType ) {
5757 // we've already set up this singleton SDK, can't do it again, so skip.
5858 guard type == . initial else { return }
5959
You can’t perform that action at this time.
0 commit comments