I love this plugin.
However, there is no example.
Is there any example for Analytics?
firebase.analytics().logEvent('Clicked Button', { foo: 'bar' });
Simple as that :)
@Ehesp how we can fetch errors? Is there a .catch() property?
@bemazo not at the moment, but we plan on making all methods that go across the bridge return promises at some point in the future.
firebase
.analytics()
.logEvent("HomeScreen", {
ec: "Screen Event",
ea: "madeeha" + "is on Home Screen",
el: "Home Screen",
ev: null
});
Here is my function and its not working
apparently the params do not reach Firebase ?