Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should change payload to [String : Any] #5

Closed
trunghieuvn opened this issue Sep 23, 2021 · 1 comment · Fixed by #6
Closed

Should change payload to [String : Any] #5

trunghieuvn opened this issue Sep 23, 2021 · 1 comment · Fixed by #6

Comments

@trunghieuvn
Copy link

We need tracking object value for transparent data when send to Firebase
should change String to Any

public protocol AnalyticsEventExt {

    var name: String { get }

    var payload: [String : Any] { get }
}
@lengocduy
Copy link
Owner

@trunghieuvn implemented on the new version v2.0.0

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 a pull request may close this issue.

2 participants