Metadata-Version: 2.4
Name: types-firebase-admin
Version: 0.1.1
Summary: Type stubs for firebase-admin package
Project-URL: Homepage, https://github.com/grindolympiads/types-firebase-admin
Project-URL: Repository, https://github.com/grindolympiads/types-firebase-admin
Author: Grind Olympiads
License-Expression: MIT
License-File: LICENSE
Keywords: admin,firebase,stubs,types,typing
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Stubs Only
Requires-Python: >=3.7
Requires-Dist: firebase-admin>=6.0.0
Description-Content-Type: text/markdown

# types-firebase-admin

Type stubs for the `firebase-admin` Python package.

## Installation

```bash
pip install types-firebase-admin
```

## Usage

These stubs provide type information for the `firebase-admin` package. They will be automatically used by type checkers like mypy when you import `firebase-admin`.

```python
from firebase_admin import credentials, initialize_app

cred = credentials.Certificate('path/to/serviceAccount.json')
app = initialize_app(cred)
```

## Development

This package contains type stubs for the `firebase-admin` package. The stubs are manually curated to provide accurate type information for the Firebase Admin SDK.

## License

MIT
