Phil Hudson

Results 36 comments of Phil Hudson

Correct, it needs to be mapped in hosts correctly. I just wondered if the user might be having the same issue.

Take a look at: _on_FirebaseAuth_request_completed https://github.com/GodotNuts/GodotFirebase/blob/a0c55125c3643c53c7888ded7103352f36e23318/addons/godot-firebase/auth/auth.gd#L418 you can see it only emits the signal with the data, the function itself returns void. I just tested implementing the example, and found...

testing this now in my project - working great. thanks for the hard work!

I think the issue is specifically caused by the setting `import-time` - without it, there does not seem to be an issue. @DavidOcacho trying updating your action to touch the...

+1 having this problem also, causing issues on critical services :(