Firebase key and value

What is the difference between “key” and “value” for firebase blocks?

image

Key is the “directory”

Value is the data.

So key is

/uid1/name/

Value is

Jim


Or

/uid/marks/history/

value is

85

1 Like