Skip to content
master
Switch branches/tags
Code

Latest commit

Bumps `netty.version` from 4.1.67.Final to 4.1.68.Final.

Updates `netty-codec-http` from 4.1.67.Final to 4.1.68.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.67.Final...netty-4.1.68.Final)

Updates `netty-handler` from 4.1.67.Final to 4.1.68.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.67.Final...netty-4.1.68.Final)

Updates `netty-transport` from 4.1.67.Final to 4.1.68.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.67.Final...netty-4.1.68.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-codec-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-transport
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
f86f651

Git stats

Files

Permalink
Failed to load latest commit information.

Build Status Maven Central Javadoc

Firebase Admin Java SDK

Table of Contents

Overview

Firebase provides the tools and infrastructure you need to develop apps, grow your user base, and earn money. The Firebase Admin Java SDK enables access to Firebase services from privileged environments (such as servers or cloud) in Java. Currently this SDK provides Firebase custom authentication support, and Firebase realtime database access.

For more information, visit the Firebase Admin SDK setup guide.

Installing

Firebase Admin Java SDK is distributed via the Maven central repository. Simply configure your build tool to pull the latest version of the SDK into your projects.

  • Group ID: com.google.firebase
  • Artifact ID: firebase-admin

Contributing

Please refer to the CONTRIBUTING page for more information about how you can contribute to this project. We welcome bug reports, feature requests, code review feedback, and also pull requests.

Supported Java Versions

We support Java 7 and higher. Firebase Admin Java SDK also runs on Google App Engine.

Documentation

License and Terms

Firebase Admin Java SDK is licensed under the Apache License, version 2.0.

Your use of Firebase is governed by the Terms of Service for Firebase Services.