GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
554 stars 79 forks source link

[BUG] data = bod.error #224

Closed Nimishxyz closed 3 years ago

Nimishxyz commented 3 years ago

Describe the bug I am Dekho gaming from Discord & i found this issue while using this plugin I get this error invalid get index error on base Dictionary at line 164 in firestore_task.gd data = bod.error

To Reproduce I don't know how to reproduce but this error comes while login in and while using it in editor when i use it through adb it doesnt come

Expected behavior It should give me data through firestore

Screenshots If applicable, add screenshots to help explain your problem.

Environment:

Additional context I get this error when i login in user and get the email id of it and getting data from the document which named after its email

BearDooks commented 3 years ago

image

We looked through this and the error was firing off because the HTTPClient was not OK. User was able to work around it