push. Add to a list of data in the database . Every time you push a new node onto a list, your database generates a unique key, like messages/users/<unique-user-id>/<username> transaction. Use transactions when working with complex data that could be corrupted by concurrent updates.
Read more