Skip to content

Commit

Permalink
docs: Add note about Google Firebase Admin API (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj committed Mar 20, 2020
1 parent 26823fa commit 4114485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -10,12 +10,14 @@ These client libraries are officially supported by Google. However, the librari

See the [docs folder](docs/README.md) for more detailed instructions and additional documentation.

## Google Cloud Platform / Google Ads
## Other Google API libraries

For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using [Cloud Client Libraries for Python](https://github.com/GoogleCloudPlatform/google-cloud-python).

For Google Ads API, we recommend using [Google Ads API Client Library for Python](https://github.com/googleads/google-ads-python/).

For Google Firebase Admin API, we recommend using [Firebase Admin Python SDK](https://github.com/firebase/firebase-admin-python).

## Installation

Install this library in a [virtualenv](https://virtualenv.pypa.io/en/latest/) using pip. virtualenv is a tool to
Expand Down

0 comments on commit 4114485

Please sign in to comment.