Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load the plugin #1

Open
leekunhee opened this issue Aug 23, 2021 · 4 comments
Open

Cannot load the plugin #1

leekunhee opened this issue Aug 23, 2021 · 4 comments

Comments

@leekunhee
Copy link
Contributor

**WARNING**: FirebaseDatabase module not found!
08-23 13:31:41.249 11052 11372 E godot   :    At: modules/gdscript/gdscript_functions.cpp:817:call() - FirebaseDatabase module not found!

I am using another nativeLib firebase plugins (analytics, remote-config, ...)
but the database is not loaded on Godot 3.3
auth plugin had same issue, but I solved with editing 'android-plugin/FirebaseAuth.gdap' and 'android-plugin/build.gradle'

I tried same treatment on database plugin but It doesn't work... :(

I checked all android export plugins checkboxes.
I tried rebuild the plugin

how can I use the plugin??

@DrMoriarty
Copy link
Owner

What type of solution did you use for Firebase Auth?
And show me logcat output of your application start.

@leekunhee
Copy link
Contributor Author

my logcat output:

08-23 13:19:51.612  9550  9771 I godot   : Godot Engine v3.3.2.stable.official - https://godotengine.org
08-23 13:19:51.626  9550  9771 I godot   : OpenGL ES 3.0 Renderer: Mali-G72
08-23 13:19:51.630  9550  9771 I godot   : OpenGL ES Batching: ON
08-23 13:19:51.694  9550  9771 I godot   :  
08-23 13:19:52.068  9550  9771 I godot   : FirebaseAnalytics plugin inited!
08-23 13:19:52.068  9550  9771 I godot   : 
08-23 13:19:52.068  9550  9771 E godot   : **WARNING**: FirebaseDatabase module not found!
08-23 13:19:52.068  9550  9771 E godot   :    At: modules/gdscript/gdscript_functions.cpp:817:call() - FirebaseDatabase module not found!

I cannot capture FirebaseAuth error output anymore.
but the error message is the same except for the class name.

It seems that if .gdap files don't have dependencies remote, Godot cannot found the plugin.
please check my PR :) thank you

@mthnzbk
Copy link

mthnzbk commented Mar 26, 2022

03-26 19:31:37.020 14991 15054 E godot : WARNING: FirebaseAuth module not found!
03-26 19:31:37.022 14991 15054 E godot : at: call (modules/gdscript/gdscript_functions.cpp:788) - FirebaseAuth module not found!
03-26 19:31:37.025 14991 15054 E godot : WARNING: FirebaseDatabase module not found!
03-26 19:31:37.026 14991 15054 E godot : at: call (modules/gdscript/gdscript_functions.cpp:788) - FirebaseDatabase module not found!
03-26 19:31:37.035 14991 15054 E godot : WARNING: FirebaseCloudMessaging module not found!
03-26 19:31:37.041 14991 15054 E godot : at: call (modules/gdscript/gdscript_functions.cpp:788) - FirebaseCloudMessaging module not found!
03-26 19:31:37.077 14991 15054 E godot : ERROR: Script Debugger failed to connect, but being used anyway.
03-26 19:31:37.077 14991 15054 E godot : at: debug (scene/debugger/script_debugger_remote.cpp:137) - Condition "!tcp_client->is_connected_to_host()" is true.

I am using 3 different modules. All of them give this error.

@m-melis
Copy link

m-melis commented Jan 13, 2023

Any chance of getting a new release with the fix for this #2 ? Thanks!

I'm getting the same error for FirebaseDatabase. FirebaseAuth works fine without edits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants