chemerisuk/cordova-plugin-firebase-analytics

restrict the events based on bundle id

Opened this issue · 0 comments

Hi

I have created an application based on your plugin, also I am sending google analytics events through this plugin and it works fine
I wanted to restrict the events that I am getting into my account to be only from my bundle id (for example com.odai) and no other applications can send events from the same firebase account
I tried to restrict the api key to get events only from this bundle using https://console.cloud.google.com/ but didnt work (if there are any applications with different bundle id but the same firebase account will still get those events in google analytics)
is there any other way to achieve that ?