Skip to content

Commit

Permalink
change firebase plugin from public to open
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcharles committed Feb 14, 2024
1 parent f9526f3 commit c40c068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/SegmentFirebase/FirebaseDestination.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ import FirebaseAnalytics
*/

@objc(SEGFirebaseDestination)
public class ObjCFirebaseDestination: NSObject, ObjCPlugin, ObjCPluginShim {
public func instance() -> EventPlugin { return FirebaseDestination() }
}
open class ObjCFirebaseDestination: NSObject, ObjCPlugin, ObjCPluginShim {
public func instance() -> EventPlugin { return FirebaseDestination() }
}

public class FirebaseDestination: DestinationPlugin {
open class FirebaseDestination: DestinationPlugin {
public let timeline = Timeline()
public let type = PluginType.destination
public let key = "Firebase"
Expand Down

0 comments on commit c40c068

Please sign in to comment.