chemerisuk / cordova-plugin-firebase-dynamiclinks

Cordova plugin for Firebase Dynamic Links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cordova.plugins.firebase.dynamiclinks.getDynamicLink() throwing error

sumansurvi opened this issue · comments

cordova.plugins.firebase.dynamiclinks.getDynamicLink().then(function(payload)

cordova.plugins.firebase.dynamiclinks.onDynamicLink(function(payload)

here, getting error in cordova.plugins.
error: Property 'plugins' does not exist on type '(pluginObj: any, methodName: string, config: CordovaOptions, args: IArguments

any solution to this?