Pyrebase icon indicating copy to clipboard operation
Pyrebase copied to clipboard

Add deep path support on orderBy

Open digitake opened this issue 7 years ago • 1 comments

Dear Pyrebase team,

I happen to use pyrebase module for my project. However, one of the feature i need is to order object by deep key path. This is already support by new version of firebase but doesn't support by the module yet.

So i submit the code to support this.

db.child("somepath").order_by_child('a/b/c')

the line above will not throw an error with my patch.

digitake avatar Jun 09 '17 11:06 digitake

It's not the part of the current module. Is it merged?

faiza-nawaz-confiz avatar Apr 20 '18 14:04 faiza-nawaz-confiz