firebase stores data according to the order of saving. Is it possible to tell firebase to store the child on top of / after this particular child? For example if I want to save the new data right before 'Fish' instead of after 'Fish' , is it possible to do so. Thanks in advance
Pets :
Name : Cat
ID : 123
Name : Dog
ID : 456
Name :Fish
ID :789