Skip to content

Commit 37a2201

Browse files
author
jwngr
committed
Merged private and public repos
1 parent fccc1ed commit 37a2201

File tree

1 file changed

+0
-54
lines changed

1 file changed

+0
-54
lines changed

README.md

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,2 @@
11
# Firebase Admin Python SDK
22

3-
4-
## Table of Contents
5-
6-
* [Overview](#overview)
7-
* [Installation](#installation)
8-
* [Documentation](#documentation)
9-
* [Release Notes](#release-notes)
10-
* [Acknowledgments](#acknowledgments)
11-
* [License](#license)
12-
13-
14-
## Overview
15-
16-
[Firebase](https://firebase.google.com) provides the tools and infrastructure
17-
you need to develop your app, grow your user base, and earn money. The Firebase
18-
Admin Python SDK provides admin (second-party) access to several Firebase
19-
services.
20-
21-
For more information, visit the
22-
[Firebase Admin SDK setup guide](https://firebase.google.com/docs/admin/setup/).
23-
24-
25-
## Installation
26-
27-
The Firebase Admin Python SDK is available on `pip` as `firebase-admin`:
28-
29-
```bash
30-
$ pip install firebase-admin
31-
```
32-
33-
To use the module in your application, `import` it from any Python file:
34-
35-
```js
36-
import firebase-admin
37-
```
38-
39-
40-
## Documentation
41-
42-
* [Setup Guide](https://firebase.google.com/docs/admin/setup/)
43-
* [Authentication Guide](https://firebase.google.com/docs/auth/admin/)
44-
* [API Reference](https://firebase.google.com/docs/reference/admin/python/)
45-
46-
47-
## Release Notes
48-
49-
Release Notes for the Firebase Admin Python SDK are available
50-
[here](https://firebase.google.com/support/release-notes/admin/python/).
51-
52-
53-
## License
54-
55-
The Firebase Admin Python SDK is covered by the
56-
[Terms of Service for Firebase Services](https://firebase.google.com/terms/).

0 commit comments

Comments
 (0)