You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing a Database API for Python Admin SDK (firebase#31)
* Implemented get_token() method for App
* Adding db client
* Fleshed out the DatabaseReference type
* Implemented the full DB API
* Added unit tests for DB queries
* Support for service cleanup; More tests
* Further API cleanup
* Code cleanup and more test cases
* Fixing test for Python 3
* More python3 fixes
* Get/set priority
* Implementing query filters
* Implemented query filters
* Implemented a Query abstraction
* Adding integration tests for DB API
* Adding license headers to new files; Using the same testutils from unit tests
* Added integration tests for comlpex queries
* More integration tests for complex queries
* Some documentation and tests
* Improved error handling; More integration tests
* Updated API docs
* Implement support for sorting query results
* Support for sorting lists
* Fixed the sorting implementation and updated test cases
* Braking index ties by comparing their keys
* Updated integration tests to check for result order
* Updated docstrings
* Added newlines at the end of test data files
* Updated documentation; Fixed a bug in service cleanup logic; Other minor nits.
0 commit comments