Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

feat: Analytics api #125

Closed
NathanWalker opened this issue Sep 6, 2016 · 3 comments
Closed

feat: Analytics api #125

NathanWalker opened this issue Sep 6, 2016 · 3 comments
Assignees

Comments

@NathanWalker
Copy link
Contributor

Didn't look like an api was exposed for the Analytics yet although analytics are integrated in.
Just wanted to open this for tracking an contributions here (I would like to at some point on this).

iOS: https://firebase.google.com/docs/analytics/ios/start

Android: https://firebase.google.com/docs/analytics/android/start/

Obviously currently since the native SDK's are loaded, you could code against these native apis as it stands right now. It will be nicer to provide consistent api via this plugin for both iOS and Android though.

@EddyVerbruggen
Copy link
Owner

EddyVerbruggen commented Sep 6, 2016

Hey Nathan,

Good idea! It's loaded with Firebase Core, so why not use it :)

Something like this would be nice:

firebase.analytics.logEvent(key:String, parameters:[{key:String, value:String}]);
firebase.analytics.setUserProperty(key:String, value:String);

@EddyVerbruggen EddyVerbruggen self-assigned this Sep 7, 2016
EddyVerbruggen added a commit that referenced this issue Sep 7, 2016
@EddyVerbruggen
Copy link
Owner

Just released 3.6.0 which includes the new Analytics API, see the doc.

@NathanWalker
Copy link
Contributor Author

Awesome @EddyVerbruggen can't wait to try this! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants