Skip to content

Updating README #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

[Firebase](https://firebase.google.com) provides the tools and infrastructure
you need to develop apps, grow your user base, and earn money. The Firebase
Admin Java SDK enables server-side (backend) Java developers to integrate
Firebase into their services and applications. Currently this SDK provides
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
Expand All @@ -42,13 +42,14 @@ 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.
We support Java 7 and higher. Firebase Admin Java SDK also runs on [Google App
Engine](https://cloud.google.com/appengine/).


## Documentation

* [Setup Guide](https://firebase.google.com/docs/admin/setup/)
* [Database Guide](https://firebase.google.com/docs/database/admin/start/)
* [API Reference](https://firebase.google.com/docs/reference/admin/java/reference/packages)


Expand Down