I need suggestions or ideas

Hello,

On my app i have an option to create jobs, in firebase i store tag with values to do it.
But when recruiters create a job, overwrites previous values… recruiters limited to creating only one job vacancy by identification in firebase … i need remove this limitation, for each job vacancy new id but tags stay the same.

For every value you have to create different tag or you have to make list of values…

Now it on you which method you wanna use… @claujs