* A new [`db`](https://godoc.org/firebase.google.com/go/db) package that facilitates basic data manipulation operations (create, read, update and delete), conditional updates (transactions) and advanced queries. Currently, this API does not support realtime event listeners.
* Updated all packages to import the standard `context` package available in golang1.7 and above.