segment-integrations / analytics-ios-integration-firebase

Segment's bundled integration for Firebase on iOS
MIT License
13 stars 92 forks source link

Crash when identifying user #16

Closed radiodario closed 6 years ago

radiodario commented 6 years ago

We are unable to run the firebase integration with a custom configuration, by creating our own integration factory that initialises SEGFirebaseIntegration by passing an instance of the firebase analytics class (Analytics.self())

When trying to identify an user, we get the following ObjectiveC error:

2017-11-18 10:55:35.739179+0000 iOS-Client[65916:23393924] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[FIRAnalytics setUserID:]: unrecognized selector sent to instance 0x60c0000123c0'
ladanazita commented 6 years ago

@radiodario Do you have an example of the identify call you are making on this crash?

ladanazita commented 6 years ago

Closing due to inactivity.