8000 comment · jakubro/firebase-admin-python@0c0d7d4 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 0c0d7d4

Browse files
committed
comment
1 parent 7fddb67 commit 0c0d7d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase_admin/dynamic_links.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def get_link_stats(short_link, stat_options, app=None):
7070
7171
Args:
7272
short_link: The string of the designated short link. e.g. https://abc12.app.goo.gl/link
73-
The link must belong to the project associated with the service account
74-
used to call this API.
73+
The credential with which the firebase.App is initialized must be associated
74+
with the requested link.
7575
stat_options: An object containing a single field "duration_days" for which the statistics
7676
are retrieved.
7777
app: A Firebase ``App instance`` (optional). (If missing uses default app.)

0 commit comments

Comments
 (0)
0