Null Get Document Request #416
-
First, starting off by saying thank you so much for helping run this plugin! I've been floored by how easy it has been to use and how perfect it has been for my game, which is based around learning Korean words. Now I believe I've reached a deadend I cannot address. I have the Firebase database and there are over 100 accounts registered on it. However, recently, I've been getting an error when trying to load data from one account in particular. I have some print statements that show the following: (Token hidden)
In summary, the following four things are true:
Might you have any ideas for troubleshooting or what may be occurring? My hunch is because the data structure is a dictionary of dictionaries, it has become ?too large? and so is having trouble being loaded locally? Though I don't know why that would prevent it being loaded in the HTML5 version however. This is my first time making a post like this on GitHub, so I'm unsure how many more details to provide or how much code may be relevant, but I can provide any relevant snippets as needed. Many thanks for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hm! That is very weird. I've never heard of something working in HTML5 and not the rest, doh. I doubt it's the size, although something did just occur to me. We have a timeout set somewhere that I think is like 5 seconds? I'll get a link real quick, one moment. |
Beta Was this translation helpful? Give feedback.
If it's 4.x, try going into your copy of the addon and updating this line to a higher number:
GodotFirebase/addons/godot-firebase/firestore/firestore.gd
Line 232 in fa306a5
If it's 3.x, you should be able to find a really similar line in that same file, just search for ".timeout".