diff --git a/addons/godot-firebase/auth/auth.gd b/addons/godot-firebase/auth/auth.gd index 95442e3..1b824c1 100644 --- a/addons/godot-firebase/auth/auth.gd +++ b/addons/godot-firebase/auth/auth.gd @@ -431,6 +431,10 @@ func _on_FirebaseAuth_request_completed(result : int, response_code : int, heade begin_refresh_countdown() # Refresh token countdown auth_request.emit(1, auth) + + if _needs_refresh: + _needs_refresh = false + login_succeeded.emit(auth) else: match res.kind: RESPONSE_SIGNUP: