8000 comment · Arc-Jung/firebase-admin-python@3b102c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b102c1

Browse files
committed
comment
1 parent 0c0d7d4 commit 3b102c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/dynamic_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def get_link_stats(short_link, stat_options, app=None):
7171
Args:
7272
short_link: The string of the designated short link. e.g. https://abc12.app.goo.gl/link
7373
The credential with which the firebase.App is initialized must be associated
74-
with the requested link.
74+
with the project that the requested link belongs to.
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