Skip to content

Commit 04d6dfe

Browse files
committed
Merge branch 'improve-readme-2' into master-3.2.1-with-custom
2 parents 6487d2d + 3c66cf6 commit 04d6dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Edit your settings.py file:
6262
from firebase_admin import auth
6363
6464
# Initialize the default app (either use `GOOGLE_APPLICATION_CREDENTIALS` environment variable, or pass a firebase_admin.credentials.Certificate instance)
65+
# You can also pass options. One of them is httpTimeout: This sets the timeout (in seconds) for outgoing HTTP connections initiated by the SDK.
6566
default_app = firebase_admin.initialize_app()
6667
6768
PUSH_NOTIFICATIONS_SETTINGS = {

0 commit comments

Comments
 (0)