Skip to content

0.2

Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 13 Jan 21:42
· 1524 commits to 7.x since this release
  • Better handling of server errors
    • Instead of using hard coded exception messages for assumed server errors, a single server error exception now includes the server's error message, if available.
  • It is now possible to use the shallow parameter when performing a GET request. See the Firebase Docs on Query Parameters for a detailed description.
  • Firebase::push() now returns the generated key as a string (not as an array ['name' => '...']) anymore