Hi, I want to specify the resource ID as an additional scope for Firebase resources. This feature has been requested in this topic (Dynamically specify a resource in a module), and it seems to work for general resources. However, it doesn't seem to work properly for Firebase resources at the moment. Specifically, while it seems possible to call external functions, link variables, or connect components in the field where the resource ID is entered, it doesn’t work when trying to set a variable obtained from the additional scope. My guess is that for Firebase resources, if the resource ID is invalid (which is naturally the case for variables obtained via additional scope before they are assigned), the query is blocked from running. I’d like this to be fixed so that the resource ID for Firebase resources can be specified using the additional scope.
1 Like