bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
694 stars 147 forks source link

childByAutoId #27

Open Sun3 opened 9 years ago

Sun3 commented 9 years ago

Is there support for childByAutoId in order to get the the unique key generated by childByAutoId: is prefixed with a client-generated timestamp so that the resulting list will be chronologically-sorted.

Thanks