Skip to content

Feature/firebase analytics#3004

Merged
StylianosGakis merged 9 commits into
developfrom
feature/firebase-analytics
Jun 25, 2026
Merged

Feature/firebase analytics#3004
StylianosGakis merged 9 commits into
developfrom
feature/firebase-analytics

Conversation

@StylianosGakis

Copy link
Copy Markdown
Member

Add firebase tracking

Add screen tracking as the first example usage. Track the screen's name and parameters by default, with TrackedScreen being a way to be more deliberate about what to track exactly

@StylianosGakis StylianosGakis requested a review from a team as a code owner June 23, 2026 12:20

@panasetskaya panasetskaya left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

baseline file probably not pushed?

.collect { destination ->
val screenClass = destination::class.simpleName ?: destination.toString()
val screenName = screenClass.removeSuffix("Key")
eventTrackingClient.trackScreen(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Base automatically changed from chore/cleanup-prod-or-demo-providers to develop June 25, 2026 12:03
@StylianosGakis StylianosGakis merged commit 31691e0 into develop Jun 25, 2026
4 checks passed
@StylianosGakis StylianosGakis deleted the feature/firebase-analytics branch June 25, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants