Closed natanraj closed 7 years ago
Thanks for the report. Will look into the issue.
@mpost Do we have any luck on this ?
@natanraj In fact we looked into it and found that it works as expected. We just included the plugin in a new project and it worked as advertised. maybe your value
in your snippet is false?
@mpost i too thought so. If it is false - then event wouldn't have been logged right. By the by i had a even used a console.log inside to ensure it reached there :-)
i have no idea really. Maybe you can enable the logging earlier in your app?
firebase.Analytics.analyticsCollectionEnabled = true;
@mpost ; yes.. it is there in the same code snippet
@mpost can you please give any 'non-example' code snippet you used..
At first we activate analytics collection:
firebase.Analytics.analyticsCollectionEnabled = true;
than we use it like
firebase.Analytics.screenName = 'name';
or
firebase.Analytics.logEvent('tutorial_complete');
Closing this
Problem description
I am using this plugin. handy. But the event is logged, not the value that we are passing is not getting logged and unable to see them in the firebase console. Event alone is visible.
Expected behavior
Both event and event value should be shown in the firebase console.
Environment
Code snippet