firebase-admin-python
firebase-admin-python copied to clipboard
Firebase Admin Python SDK
**Is your feature request related to a problem? Please describe.** [Firebase Dynamic Links will stop working August 25th 2025](https://firebase.google.com/support/dynamic-links-faq). [Migration instructions indicate that to use a custom domain one should...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.3.1 to 3.3.7. Release notes Sourced from pylint's releases. pylint-2.8.1 Add numversion back (temporarily) in __pkginfo__ because it broke Pylama and revert the unnecessary pylint.version breaking change....
Bumps [astroid](https://github.com/pylint-dev/astroid) from 2.3.3 to 3.3.10. Release notes Sourced from astroid's releases. v3.3.10 Avoid importing submodules sharing names with standard library modules. Closes #2684 Fix bug where pylint code.custom_extension would...
### Discussion [Firebase Dynamic Links will stop working August 25th 2025](https://firebase.google.com/support/dynamic-links-faq). [Migration instructions indicate that to use a custom domain one should update usage of `ActionCodeSettings` to use `linkDomain`](https://firebase.google.com/docs/auth/ios/email-link-migration#reuse-custom-dynamic-links-domain), see...
``` class Aps: """Aps dictionary to be included in an APNS payload. Args: alert: A string or a ``messaging.ApsAlert`` instance (optional). badge: A number representing the badge to be displayed...
**Is your feature request related to a problem? Please describe.** Mypy is reporting: ``` Skipping analyzing "firebase_admin": module is installed, but missing library stubs or py.typed marker Mypy[import-untyped](https://mypy.readthedocs.io/en/latest/_refs.html#code-import-untyped) See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports...
### [REQUIRED] Step 2: Describe your environment * Operating System version: Mac OS * Firebase SDK version: 6.1.0 * Firebase Product: firestore * Python version: 3.12.2 * Pip version: 24.0...
Even though `DEFAULT_RETRY_CONFIG` is good enough ```py DEFAULT_RETRY_CONFIG = retry.Retry( connect=1, read=1, status=4, status_forcelist=[500, 503], raise_on_status=False, backoff_factor=0.5, **_ANY_METHOD) ``` I'm still periodically getting `('Connection aborted.', RemoteDisconnected('Remote end closed connection without...
Fixes https://github.com/firebase/firebase-admin-python/issues/852
### Describe your environment * Operating System version: macOS 15.2 * Firebase SDK version: `6.6.0` * Firebase Product: `auth` * Python version: `3.12` * Pip version: `uv 0.5.11` ### Describe...