From eb538ca7bfaa5b0754dd6fc78c3aad595fa9e2bc Mon Sep 17 00:00:00 2001 From: salqadri Date: Tue, 16 May 2017 17:07:46 -0700 Subject: [PATCH 1/2] Updating README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f0bb254e..d7f425248 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,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 Python SDK enables server-side (backend) Python developers to integrate -Firebase into their services and applications. Currently this SDK provides +Admin Python SDK Enables access to Firebase services from privileged environments +(such as servers or cloud) in Python. Currently this SDK provides Firebase custom authentication support. For more information, visit the @@ -40,7 +40,7 @@ requests, code review feedback, and also pull requests. ## Supported Python Versions We support Python 2.7 and Python 3.3+. Firebase Admin Python SDK is also tested -on PyPy and Google App Engine environments. +on PyPy and [Google App Engine](https://cloud.google.com/appengine/) environments. ## Documentation From 16ec428982eb027f6b7433ff75fcab042e87a0b1 Mon Sep 17 00:00:00 2001 From: salqadri Date: Tue, 16 May 2017 17:24:28 -0700 Subject: [PATCH 2/2] Fixed a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7f425248..4dddcfc48 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [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 Python SDK Enables access to Firebase services from privileged environments +Admin Python SDK enables access to Firebase services from privileged environments (such as servers or cloud) in Python. Currently this SDK provides Firebase custom authentication support.