Skip to content

rsgowman/firebase-admin-java

This branch is 373 commits behind firebase/firebase-admin-java:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 15, 2018
Nov 30, 2018
Oct 9, 2017
May 17, 2017
Nov 30, 2018
Oct 9, 2017
May 6, 2017
May 4, 2017
May 6, 2017
Jan 16, 2018
May 4, 2017
Nov 28, 2018
May 22, 2018

Repository files navigation

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.

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%