segment-integrations / analytics-ios-integration-firebase

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

Add support for screen calls explicitly #48

Closed briemcnally closed 4 years ago

briemcnally commented 4 years ago

I am releasing this PR for customer: https://github.com/segmentio/analytics-ios-integrations/pull/11/files

"Segment’s documentation mentions that screen events are not passed through to the Firebase SDK because Firebase does automatic screen tracking. (https://segment.com/docs/connections/destinations/catalog/firebase/#screen) However, it mentions that Automatic+Manual screen tracking should be supported, but this currently does not work because Segment does not forward the manual screen tracking events.

This change will allow explicitly tracked screens in analytics-react-native using analytics.screen to actually be tracked in Firebase"