From 3c66cf63021b5c9835071bd30611817f62e297bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADn?= Date: Tue, 3 Jun 2025 17:26:55 +0200 Subject: [PATCH] Improve readme file --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 81650929..0ca9229b 100644 --- a/README.rst +++ b/README.rst @@ -62,6 +62,7 @@ Edit your settings.py file: from firebase_admin import auth # Initialize the default app (either use `GOOGLE_APPLICATION_CREDENTIALS` environment variable, or pass a firebase_admin.credentials.Certificate instance) + # You can also pass options. One of them is httpTimeout: This sets the timeout (in seconds) for outgoing HTTP connections initiated by the SDK. default_app = firebase_admin.initialize_app() PUSH_NOTIFICATIONS_SETTINGS = {