Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firebase/firebase-admin-python
Firebase Admin Python SDK
https://github.com/firebase/firebase-admin-python
authentication firebase firebase-admin firebase-admin-sdk firebase-auth firebase-authentication python
Last synced: 6 days ago
JSON representation
Firebase Admin Python SDK
- Host: GitHub
- URL: https://github.com/firebase/firebase-admin-python
- Owner: firebase
- License: apache-2.0
- Created: 2017-03-14T17:40:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T09:19:16.000Z (7 days ago)
- Last Synced: 2024-10-28T12:15:29.973Z (6 days ago)
- Topics: authentication, firebase, firebase-admin, firebase-admin-sdk, firebase-auth, firebase-authentication, python
- Language: Python
- Homepage: https://firebase.google.com/docs/admin/setup
- Size: 1.41 MB
- Stars: 1,022
- Watchers: 82
- Forks: 319
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/firebase/firebase-admin-python.svg?branch=master)](https://travis-ci.org/firebase/firebase-admin-python)
[![Python](https://img.shields.io/pypi/pyversions/firebase-admin.svg)](https://pypi.org/project/firebase-admin/)
[![Version](https://img.shields.io/pypi/v/firebase-admin.svg)](https://pypi.org/project/firebase-admin/)# Firebase Admin Python SDK
## Table of Contents
* [Overview](#overview)
* [Installation](#installation)
* [Contributing](#contributing)
* [Supported Python Versions](#supported-python-versions)
* [Documentation](#documentation)
* [License and Terms](#license-and-terms)## Overview
[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
(such as servers or cloud) in Python. Currently this SDK provides
Firebase custom authentication support.For more information, visit the
[Firebase Admin SDK setup guide](https://firebase.google.com/docs/admin/setup/).## Installation
To install Firebase Admin Python SDK, simply execute the following command
in a terminal:```
pip install firebase-admin
```## Contributing
Please refer to the [CONTRIBUTING page](./CONTRIBUTING.md) for more information
about how you can contribute to this project. We welcome bug reports, feature
requests, code review feedback, and also pull requests.## Supported Python Versions
We currently support Python 3.7+. However, Python 3.7 support is deprecated,
and developers are strongly advised to use Python 3.8 or higher. Firebase
Admin Python SDK is also tested on PyPy and
[Google App Engine](https://cloud.google.com/appengine/) environments.## Documentation
* [Setup Guide](https://firebase.google.com/docs/admin/setup/)
* [API Reference](https://firebase.google.com/docs/reference/admin/python/)## License and Terms
Firebase Admin Python SDK is licensed under the
[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).Your use of Firebase is governed by the
[Terms of Service for Firebase Services](https://firebase.google.com/terms/).