See get_ref documentation. Basically gains a reference to the root of your database,
like (but not equivalent I don’t think) to calling get_ref with a path of "" or "/".
Registers a [callback] to be executed every time some data at the specified DatabaseReference changes.
Note: This closure will be called the first time the data becomes available.