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
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