You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: