Skip to content

Commit

Permalink
change update 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 c40c068 commit 14833a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SegmentFirebase/FirebaseDestination.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ open class FirebaseDestination: DestinationPlugin {
public init(firebaseOptions: FirebaseOptions? = nil) {
self.firebaseOptions = firebaseOptions
}

public func update(settings: Settings, type: UpdateType) {
open func update(settings: Settings, type: UpdateType) {
// we've already set up this singleton SDK, can't do it again, so skip.
guard type == .initial else { return }

Expand Down

0 comments on commit 14833a6

Please sign in to comment.