File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Firebase Admin Python SDK
2
+
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/ ) .
57
+
You can’t perform that action at this time.
0 commit comments