Module 'plugin_firebaseAuth' not found

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

I will take a look

1 Like

Tested with the newest Solar2D release [3632] same Error: ‘plugin_firebaseAuth’ not found

Can you tell me what your email is so I can look up your account?

I am able to get the plugin with my test account

Thanks Scott for check - My Email is Kao{at}lightage.de

This should be fixed and the plugin is active on your account

1 Like

I tested it in simulator still :confused: (Build with 2020.3633)
‘plugin_firebaseAuth’ not found

I looked for your email and found spam@ that domain. I found you id oi**** and based it in my build.setting and it seems to work well. You may need to close and restart your solar2d simulator.

You can even go to
https://solar2dmarketplace.com/marketplacePlugins?ID=oi****&plugin=FirebaseAuth_tech-scotth&type=MacOS and see that it downloads the plugin

Thanks for help. I decided to implement the Corona native. That means I integrate the firebaseAuth and all other interfaces native, it works easier than expected.