File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 3
3
## Table of Contents
4
4
5
5
* [ Overview] ( #overview )
6
+ * [ Installation] ( #installation )
7
+ * [ Contributing] ( #contributing )
8
+ * [ Supported Python Versions] ( #supported-python-versions )
6
9
* [ Documentation] ( #documentation )
7
10
* [ License and Terms] ( #license-and-terms )
8
11
@@ -18,12 +21,38 @@ For more information, visit the
18
21
[ Firebase Admin SDK setup guide] ( https://firebase.google.com/docs/admin/setup/ ) .
19
22
20
23
24
+ ## Installation
25
+
26
+ To install Firebase Admin Python SDK, simply execute the following command
27
+ in a terminal:
28
+
29
+ ```
30
+ pip install firebase-admin
31
+ ```
32
+
33
+ ## Contributing
34
+
35
+ Please refer to the [ CONTRIBUTING page] ( ./CONTRIBUTING.md ) for more information
36
+ about how you can contribute to this project. We welcome bug reports, feature
37
+ requests, code review feedback, and also pull requests.
38
+
39
+
40
+ ## Supported Python Versions
41
+
42
+ We support Python 2.7 and Python 3.3+. Firebase Admin Python SDK is also tested
43
+ on PyPy and Google App Engine environments.
44
+
45
+
21
46
## Documentation
22
47
23
48
* [ Setup Guide] ( https://firebase.google.com/docs/admin/setup/ )
24
49
* [ API Reference] ( https://firebase.google.com/docs/reference/admin/python/ )
25
50
51
+
26
52
## License and Terms
27
53
54
+ Firebas Admin Python SDK is licensed under the
55
+ [ Apache License, version 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 ) .
56
+
28
57
Your use of Firebase is governed by the
29
58
[ Terms of Service for Firebase Services] ( https://firebase.google.com/terms/ ) .
You can’t perform that action at this time.
0 commit comments