Open LazyDridri opened 3 months ago
Huh, weird. Appreciate the report! Do you want to contribute back to the project and open a PR for this change? Shouldn't be tough I imagine. Just make sure to fork the repo and then make your branch, fix it, make the PR targeting whatever branch you're fixing it on, and I'll merge it.
Description Calling cloud functions is not taking parameters passed through params Dictionary
Location (functions/functions.gd : execute() methods ` var url : String = _base_url + ("/" if not _base_url.ends_with("/") else "") + function function_task._url = url
`
Solution Replace "url" by "function_task._url" when applying parameters