Question about FirebaseDB

When will the command “When FirebaseDB .Taglist” work? Is that when the command “Call FirebaseDB .GetTagList” be done?

I have been testing the “LogIn - SignUp” system in my app, but i have the problem with that trigger. When the “Call FirebaseDB1 .GetTagList” was done, the “When FirebaseDB1 .TagList” didn’t work.

What do you mean by didn't work ? You understand that calling the tag list only returns the tags at the level set by the ProjectBucket? You then have to use the list of tags returned to call a specific tag to get back values.