File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
3+ Version 2.5.0 * (9th September, 2019)*
4+ -------------------------------------------
5+
6+ * Updates to use the latest Firebase/Core SDK (6.2)
7+ * Adds FirebaseAnalytics (6.1) as dependency as Firebase is migrating away from FirebaseCore
8+ * Transforms event and property names to ^[ a-zA-Z0-9_ ] +$
9+ * Fixes crash when Firebase SDK is instantiated multiple times by not configuring the FIRApp if already done
10+ * Adds CircleCI config
311
412Version 2.4.1 * (28th August, 2019)*
513-------------------------------------------
614
7- * Add mapping of Segment ` "Promotion Viewed" ` event to Firebase ` kFIREventPresentOffer ` event.
15+ * Add mapping of Segment ` "Promotion Viewed" ` event to Firebase ` kFIREventPresentOffer ` event.
816
917Version 2.4.0 * (26th September, 2018)*
1018-------------------------------------------
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Segment-Firebase"
3- s . version = "2.4.1 "
3+ s . version = "2.5.0 "
44 s . summary = "Firebase Integration for Segment's analytics-ios library."
55
66 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments