33## Table of Contents
44
55 * [ Overview] ( #overview )
6+ * [ Installing] ( #installing )
7+ * [ Contributing] ( #contributing )
8+ * [ Supported Java Versions] ( #supported-java-versions )
69 * [ Documentation] ( #documentation )
710 * [ License and Terms] ( #license-and-terms )
811
12+
913## Overview
1014
1115[ Firebase] ( https://firebase.google.com ) provides the tools and infrastructure
@@ -18,13 +22,41 @@ For more information, visit the
1822[ Firebase Admin SDK setup guide] ( https://firebase.google.com/docs/admin/setup/ ) .
1923
2024
25+ ## Installing
26+
27+ Firebase Admin Java SDK is distributed via the
28+ [ Maven central repository] ( https://repo1.maven.org/maven2/com/google/firebase/firebase-admin/ ) .
29+ Simply configure your build tool to pull the latest version of the SDK into
30+ your projects.
31+
32+ * Group ID: ` com.google.firebase `
33+ * Artifact ID: ` firebase-admin `
34+
35+
36+ ## Contributing
37+
38+ Please refer to the [ CONTRIBUTING page] ( ./CONTRIBUTING.md ) for more information
39+ about how you can contribute to this project. We welcome bug reports, feature
40+ requests, code review feedback, and also pull requests.
41+
42+
43+ ## Supported Java Versions
44+
45+ We support Java 7 and higher. Firebase Admin Java SDK also runs on Google App
46+ Engine.
47+
48+
2149## Documentation
2250
2351* [ Setup Guide] ( https://firebase.google.com/docs/admin/setup/ )
2452* [ API Reference] ( https://firebase.google.com/docs/reference/admin/java/reference/packages )
2553
54+
2655## License and Terms
2756
57+ Firebase Admin Java SDK is licensed under the
58+ [ Apache License, version 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 ) .
59+
2860Your use of Firebase is governed by the
2961[ Terms of Service for Firebase Services] ( https://firebase.google.com/terms/ ) .
3062
0 commit comments