Help! Dynamically changing firebase project bucket path

I want to add variables to the project bucket path like this.

variable1/school/variable2/name

the value of the variable varies dynamically depending on the input.
example

input:
variable1 = abcd1234
variable2 = class22
project bucket path :
abcd1234/school/class22/name

Please help!!!

Try something like this

3 Likes

Thank you. I will try this.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.