When using push() Firebase creates a unique ID or key such as -KKm9iRSax-scGn7m3Lb.
According to the docs:
The push() method generates a unique ID every time a new child is added to the specified Firebase reference.
And:
The unique ID generated by push() is based on a timestamp, so list items are automatically ordered chronologically.
Is this ID or key unique to the whole database or only to the reference (like /users)?