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

FIRAnalytics.logEventWithName not send the event (iOS) #26

Open
argum opened this issue Nov 23, 2017 · 0 comments
Open

FIRAnalytics.logEventWithName not send the event (iOS) #26

argum opened this issue Nov 23, 2017 · 0 comments

Comments

@argum
Copy link

argum commented Nov 23, 2017

Hello,

Thank you very much for your awesome module. I will try it later to compile the module for android.

I see the user connected in the firebase console dashboard but I can not see my event sent to firebase with your code:

var FFN_FIREBASE = null;
if(util.IS_IOS){
FFN_FIREBASE = require('ti.firebase');
FFN_FIREBASE.configure();
Ti.API.error("firebase project id: "+FFN_FIREBASE.getProjectID());
}

and then, once a user clicks to an item, i calls

FFN_FIREBASE.FIRAnalytics.logEventWithName({
name: 'View item',
parameters: {
'ID': ITEM_ID,
'TITLE': data.data.titol,
}
});

Am I doing something wrong?

Thanks!

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

No branches or pull requests

1 participant