Skip to content

Commit 03bc30b

Browse files
authored
Updating README (#31)
1 parent 9de7ec4 commit 03bc30b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
[Firebase](https://firebase.google.com) provides the tools and infrastructure
1616
you need to develop apps, grow your user base, and earn money. The Firebase
17-
Admin Java SDK enables server-side (backend) Java developers to integrate
18-
Firebase into their services and applications. Currently this SDK provides
17+
Admin Java SDK enables access to Firebase services from privileged environments
18+
(such as servers or cloud) in Java. Currently this SDK provides
1919
Firebase custom authentication support, and Firebase realtime database access.
2020

2121
For more information, visit the
@@ -42,13 +42,14 @@ requests, code review feedback, and also pull requests.
4242

4343
## Supported Java Versions
4444

45-
We support Java 7 and higher. Firebase Admin Java SDK also runs on Google App
46-
Engine.
45+
We support Java 7 and higher. Firebase Admin Java SDK also runs on [Google App
46+
Engine](https://cloud.google.com/appengine/).
4747

4848

4949
## Documentation
5050

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

5455

0 commit comments

Comments
 (0)