Hi,
i purchased today the Plugin: FirebaseAuth
https://solar2dmarketplace.com/plugins?FirebaseAuth_tech-scotth
I used the example code from the plugin:
Added:
- google-services.json
- GoogleService-Info
Changed the build.settings:
(xxx=myKey)
["plugin.firebaseAuth"] =
{
publisherId="tech.scotth",
supportedPlatforms = {
android = { url="https://solar2dmarketplace.com/marketplacePlugins?ID=xxx&plugin=FirebaseAuth_tech-scotth&type=Android"},
iphone = { url="https://solar2dmarketplace.com/marketplacePlugins?ID=xxx&plugin=FirebaseAuth_tech-scotth&type=iOS"},
["mac-sim"] = { url="https://solar2dmarketplace.com/marketplacePlugins?ID=xxx&plugin=FirebaseAuth_tech-scotth&type=MacOS" }, --Only works with Corona Simulator 3592+
["win32-sim"] = { url="https://solar2dmarketplace.com/marketplacePlugins?ID=xxx&plugin=FirebaseAuth_tech-scotth&type=Windows" }, --Only works with Corona Simulator 3592+
}
},
["plugin.facebook.v4"] =
{
publisherId = "com.coronalabs"
},
and everything else…
By Build the Corona Version (3631)
I got directly in Simulator the the error: ‘plugin_firebaseAuth’ not found
On the Android Device:
12-15 23:00:30.983 21367 21399 V Corona : > Class.forName: plugin.firebaseAuth.LuaLoader
12-15 23:00:30.985 21367 21399 I Corona : ERROR: Runtime error
12-15 23:00:30.985 21367 21399 I Corona : module ‘plugin.firebaseAuth’ not found:resource (plugin.firebaseAuth.lu) does not exist in archive
12-15 23:00:30.985 21367 21399 I Corona : no field package.preload[‘plugin.firebaseAuth’]
12-15 23:00:30.985 21367 21399 I Corona : no file ‘(null)/plugin/firebaseAuth.lua’
12-15 23:00:30.985 21367 21399 I Corona : no file ‘(null)/plugin/firebaseAuth.lua’
Device-Info:
Dev: Mac OS 10.15.7 (19H2)
Mobile Phone: Android 10
Here is the link to a test APK:
http://lightage.de/apks/pluginTest.zip