Firebase integration with custom events in ionic1 framework

Calling Firebase function like this in my service class,
cordova.plugins.firebase.analytics.logEvent(label, {param1: value});

Getting error
TypeError: Cannot read properties of undefined (reading ‘analytics’)

Version info
ionic1
Angular - 1.3.5