I have a cordova app and trying to use Firebase analytics. I install the plugin 'cordova-plugin-firebase-analytics' and it recording . However, I am getting a Deeplink error and the custom url scheme does not work .
When I select custom URL with arguments I get back to my app but arguments are missing.
Here is the message I see in iOS
Deep Link does not contain valid required params. URL params: {
fileName = "andyadams.docx";
fileSize = 13993;
sourceName = dropbox;
}
This is one of custom url scheme that I used
jobxs://jobs/398056/apply1/upload?downloadUrl=https%3A%2F%
2Fdl.dropboxusercontent.com%2F1%2Fview%2F9lo39fdcm3d%2Fandyadams10.docx&fileName=andyadams10.docx&fileSize=13993&sourceName=dropbox
As I mention, selecting the link redirects me to the app but no arguments is sent . If I remove the cordova-plugin-firebase-analytics then the custom URL scheme works
Please let me know how to resolve this issue
Thanks for your help