globules-io commented on issue #613:
URL:
https://github.com/apache/cordova-plugin-file/issues/613#issuecomment-2118982989
Adding my 2c
Adding this plugin breaks other plugins, in my case firebasex.
As soon as I add this plugin, some issue occurs where other plugins break
because they run before device ready.
Removing this plugin fixes the issue.
This works
```
<plugin name="cordova-plugin-device" spec="^2.1.0" />
<plugin name="cordova-plugin-statusbar" spec="^4.0.0" />
<plugin name="cordova-plugin-camera" spec="^7.0.0" />
<plugin name="cordova-plugin-inappbrowser" spec="^6.0.0" />
<plugin name="cordova-plugin-geolocation" spec="^5.0.0" />
<plugin name="cordova-plugin-firebasex" spec="^16.5.0">
<variable name="ANDROID_ICON_ACCENT" value="#742A84" />
<variable name="IOS_STRIP_DEBUG" value="true" />
<variable name="FIREBASE_ANALYTICS_COLLECTION_ENABLED" value="false"
/>
<variable name="FIREBASE_PERFORMANCE_COLLECTION_ENABLED"
value="false" />
<variable name="FIREBASE_CRASHLYTICS_COLLECTION_ENABLED"
value="false" />
</plugin>
```
then adding this plugin breaks the app.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]