Swiftpack.co - segment-integrations/analytics-ios-integration-firebase as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by segment-integrations.
segment-integrations/analytics-ios-integration-firebase list
Segment's bundled integration for Firebase on iOS
⭐️ 13
🕓 2 years ago
iOS
.package(url: "https://github.com/segment-integrations/analytics-ios-integration-firebase.git", from: "list")

Segment-Firebase

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.

GitHub

link
Stars: 13
Last commit: 5 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

2.7.12
26 weeks ago

Updated firebase to 10.2.0

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics