Error on firebase startup #467
Unanswered
gapthemind101
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Can you post some code for how you're handling it, and a screen shot of the error? What about your .env file, do you have that in the right place and formatted correctly (don't post it)? Do you have the correct version of the plugin for the version of Godot you're using? |
Beta Was this translation helpful? Give feedback.
4 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi all, I'm new to Godot and Firebase. I think I have it configured properly, but I'm not sure if I've been sourcing from up-to-date documentation. I've updated from github as instructed, I have Firebase starting up before the code that tries to use it. I appear to have a Firebase node in my running app with subnodes that look like they belong there. And yet on startup I'm getting this error:
Invalid call. Nonexistent function '_set_config' in base 'Node (FirebaseDatabase)'.
Apparently the problem is setting up the node called Database.
Beta Was this translation helpful? Give feedback.
All reactions