Skip to content

segment-integrations/analytics-ios-integration-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

502cfb2 · Apr 26, 2023
May 7, 2021
Feb 2, 2021
Mar 13, 2023
Jun 24, 2022
Apr 2, 2018
Apr 26, 2023
Jul 25, 2016
Oct 7, 2020
Mar 13, 2023
Mar 13, 2023
Nov 3, 2017
Jan 21, 2022
Apr 26, 2023
Jul 25, 2016

Repository files navigation

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.