Skip to content

Commit

Permalink
FCM Firelog to clearcut migration (#11659)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldhosembabu authored Sep 6, 2023
1 parent 8a8ec57 commit da5a22c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions FirebaseMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [changed] Firelog to clearcut migration (b/295010819).

# 10.12.0
- [changed] Removing fiam scoped tokens set by old FIAM SDK(s) from keychain if exisits (b/284207019).

Expand Down
2 changes: 1 addition & 1 deletion FirebaseMessaging/Sources/FIRMessagingExtensionHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ - (void)deliverNotification {
- (void)exportDeliveryMetricsToBigQueryWithMessageInfo:(NSDictionary *)info {
GDTCORTransport *transport = [[GDTCORTransport alloc] initWithMappingID:@"1249"
transformers:nil
target:kGDTCORTargetFLL];
target:kGDTCORTargetCCT];

fm_MessagingClientEventExtension eventExtension = fm_MessagingClientEventExtension_init_default;

Expand Down

0 comments on commit da5a22c

Please sign in to comment.