chemerisuk / cordova-plugin-firebase-analytics

Cordova plugin for Firebase Analytics
MIT License
154 stars 305 forks source link

restrict the events based on bundle id #212

Open odaialsughier opened 11 months ago

odaialsughier commented 11 months ago

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 ?