Hi, i just starting with your firebase itemtable plugin, it works great but theres some problem.
I want to set domain and subdomain at runtime, the domain is static string and the subdomain is given by variable,
but whenever i set the subdomain with variable it doesn't work, the result become:
-domain
--item1
---key:value
--item2
---key:value
--subdomain
---item1
----key:value
---item2
----key:value
Update :
My bad, i set the Subdomain in properties and then i set it again using Action:Set Domain, i thought it will be replaced/reset.