Skip to content

Releases: kreait/firebase-php

3.5.0

27 Nov 09:46
3.5.0
2feaa02
Compare
Choose a tag to compare
  • Adds support for getting and updating Realtime Database Rules (#136) (Documentation)
  • Handles non-JSON responses better.

3.4.2

08 Nov 19:58
3.4.2
672c270
Compare
Choose a tag to compare

Restore PHP 7.0 compatibility

3.4.1

08 Nov 10:07
3.4.1
d50d995
Compare
Choose a tag to compare

Avoid OutOfBoundsException when a user's email is not set

3.4.0

07 Nov 20:17
3.4.0
77546ff
Compare
Choose a tag to compare
  • Added Kreait\Firebase\Auth\User::getEmail()
  • Added Kreait\Firebase\Auth\User::hasVerifiedEmail()
  • Added Kreait\Firebase\Auth::sendPasswordResetEmail($userOrEmail)
    (Documentation)

3.3.3

01 Nov 20:09
3.3.3
bfb409a
Compare
Choose a tag to compare
  • Fixed Travis CI builds for pull requests
  • Fixed class/namespace collisions in certain PHP versions.

3.3.2

23 Oct 20:43
3.3.2
d92ebd5
Compare
Choose a tag to compare

Removed final keyword from classes not implementing an interface.

If you read this: https://github.com/kreait/firebase-bundle is going to be revived, and this release is needed for its progress :)

3.3.1

21 Oct 16:44
3.3.1
4e21c83
Compare
Choose a tag to compare

Restored PHP 7.0 compatibility

3.3.0

21 Oct 16:29
3.3.0
6227f10
Compare
Choose a tag to compare

Enabled API exceptions to be debuggable by including the sent request and received response. (Documentation)

3.2.1

12 Oct 09:20
3.2.1
b6e561f
Compare
Choose a tag to compare

Reverted Kreait\Firebase\Factory deprecations introduced in 3.2.0

3.2.0

05 Oct 20:13
3.2.0
e656499
Compare
Choose a tag to compare
  • Added user management features (Documentation)
  • Deprecated Kreait\Firebase\Factory::withServiceAccount(), use Kreait\Firebase\Factory::withServiceAccountAndApiKey() instead
  • Deprecated Kreait\Firebase::asUserWithClaims(), use Kreait\Firebase\Auth::getUser() and Kreait\Firebase::asUser() instead
  • Deprecated Kreait\Firebase::getTokenHandler(), use Kreait\Firebase\Auth::createCustomToken() and Kreait\Firebase\Auth::verifyIdToken() instead.
  • Added migration instructions for deprecated methods, see Documentation