Slashes (/) are special in FireBaseDB tags. As far as I know (correct me if I am wrong), they can be used to make branch points in the database structure for storage of detail branches under a master branch. If you use the FireBase data browser, you should see where they have been used, though the results would look the same as if you had changed the Bucket to climb the tree.
I don't see any screen shots in this thread of the data structure in your DB. That might prove instructive.
To be sure, change the sequence of if/then blocks in the Data Changed event to a single if/then/elseif/elseif/else block, using the blue mutator. Be sure the last else branch announces the unexpected tag into a Label or a sticky Notifier.
The dataChanged event will not fire if changes are made to the data "outside of the app", or if the app has not yet "connected" to fireabse by making a change.