Create object fields get jumbled up when saved in Firebase

This is the field order in which I create the object:


The Firebase looks like this all jumbled up

The jumbling is not consistent between all users. Please advice

Firebase sorts properties/fields by alphabetical order. If you don’t want it to rearrange them, then you need to name your fields something like 01_FirstName, 02_LastName, 03_ZipCode, etc.

Why does it matter what order they are in?

Wow got it. Yes you are right, it really does not matter. By habit if something does not look in order, it feels there is a bug. Thanks I think I will leave it as it is not worry about making it alphabetical. Thanks

1 Like