Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: Remove trackingID from iOS
  • Loading branch information
google-labs-jules[bot] committed Jul 16, 2025
commit 78f41b017f77dc8a0761c10aec10b261aa41d255
2 changes: 1 addition & 1 deletion app/tests/app_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ TEST_F(AppTest, LoadDefault) {
// GA tracking ID can currently only be configured on iOS.
EXPECT_STREQ("fake ga tracking id from resource", options.ga_tracking_id());
#endif // FIREBASE_PLATFORM_IOS
#endif // __APPLE__
#endif // __APPLE__
EXPECT_STREQ("fake storage bucket from resource", options.storage_bucket());
EXPECT_STREQ("fake project id from resource", options.project_id());
#if !FIREBASE_PLATFORM_IOS
Expand Down
Loading