SegmentFirebase

1.0.1

Segment's bundled integration for Firebase on iOS
usespeakeasy/analytics-ios-integration-firebase

What's New

1.0.1

2025-06-23T16:48:42Z

Segment-Firebase - Speak iOS Integration

Speak iOS Custom Implementation

🔧 Adaptation Changes

  • Swift Package Manager Support: This package has been adapted to support SPM for integration with the Speak iOS application.
  • Package Structure:
    • Dependencies:
      • Custom analytics-ios package (as product "Segment") located at https://github.com/usespeakeasy/analytics-ios
      • Firebase iOS SDK with FirebaseAnalytics product

Original Library Information

CircleCI Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

Segment-Firebase is currently only available through CocoaPods.

Register your app in the Firebase console and add the GoogleService-Info.plist to the root of your Xcode project.

Add the following dependency to your Podfile:

pod 'Segment-Firebase'

After adding the dependency and running pod install, import the integration:

#import <Segment-Firebase/SEGFirebaseIntegrationFactory.h>

Finally, register the dependency with the Segment SDK:

[config use:[SEGFirebaseIntegrationFactory instance]];

By default, Segment only bundles Firebase/Core which is Firebase's Analytics offering. You can see the other available Firebase pods and features here.

License

Segment-Firebase is available under the MIT license. See the LICENSE file for more info.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

Last updated: Thu Apr 02 2026 13:00:07 GMT-0900 (Hawaii-Aleutian Daylight Time)