Skip to content Skip to sidebar Skip to footer

Get Firebase Event Params For Cordova Ionic App

I using Ionic 2 to create my app, also I am using the cordova-plugin-firebase for analytics. The plugin works great and I am seeing events in my firebase dashboard. But I am unable

Solution 1:

Don't forget, Firebase for Ionic is very young (0.1.17). I have the same problem than you, maybe the plugin does not send the "value" parameter.

Also the Firebase doc say :

  • custom param is include in BigQuery.

You can activate it in Analytics > Events. I have not yet tested this way.

cu

plugin : https://github.com/arnesson/cordova-plugin-firebase

Post a Comment for "Get Firebase Event Params For Cordova Ionic App"