github firebase/firebase-admin-java v7.0.0
Firebase Admin Java SDK v7.0.0

latest releases: v9.2.0, v9.1.1, v9.1.0...
3 years ago

This release contains several breaking API changes. See the Java Admin SDK v7 migration guide for more details.

Breaking Changes

  • change: New error handling APIs (merging v7 branch into master) (#465)
  • FirebaseAuthException now exposes its error code as an AuthErrorCode value.
  • All implementations of the UserImportHash abstract class are now marked final.
  • FirebaseMessagingException now exposes its error code as a MessagingErrorCode value.
  • Public constructors of the Notification class have been removed. Use Notification.builder() to create new instances.

New Features

  • Added a collection of new APIs for implementing advanced error handling logic. See the error handling guide for more details.
  • Added a new ErrorCode enum that defines all platform error codes.
  • Added a new IncomingHttpResponse class that can be used to access the HTTP response object associated with an exception.

Miscellaneous

  • [chore] Release 7.0.0 (#473)

Don't miss a new firebase-admin-java release

NewReleases is sending notifications on new releases.