We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: