katowulf / mockfirebase

Firebase mock library for writing unit tests (experimental)
157 stars 40 forks source link

Added logic to make sure each auto generated key is greater than the one... #77

Closed CurtisHumphrey closed 9 years ago

CurtisHumphrey commented 9 years ago

... before it. The Firebase API state this requirement and it changes how data is order via pushes

Added test to verify this added logic

CurtisHumphrey commented 9 years ago

Great!