Hello,
I’m building a self hosted plugin which relies on Google libraries which are available as Dependency Plugins from Corona. Is it possible to use them in Self Hosted Plugins as well?
I tested this using Firebase by including it as a dependency in my plugin’s metadata.lua :
... coronaManifest = { dependencies = { ["shared.firebase.core"] = "com.coronalabs", }, }, ...
However, when building with Corona Simulator and running the app, the error looks like Firebase does not get included:
java.lang.NoClassDefFoundError:
com.google.firebase.analytics.FirebaseAnalytics
Thank you in advance and best regards!