You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Firebase Dynamic Links python client
2
2
3
3
Simple python client to generate [Firebase Dynamic Links](https://firebase.google.com/docs/dynamic-links/). It allows to
4
-
use a custom domain and fields for generate links for android and ios. Check this fields in this [link](https://firebase.google.com/docs/reference/dynamic-links/link-shortener).
4
+
use a custom domain and fields for generate links for android and ios.
5
5
6
6
7
7
### Requirements
@@ -23,7 +23,7 @@ from firebase_dynamic_links import DynamicLinks
23
23
api_key ='your_api_key'
24
24
domain ='example.page.link'
25
25
timeout =10
26
-
dl = DynamicLinks(api_key, domain, timeout)
26
+
dl = DynamicLinks(api_key, domain, timeout)# or DynamicLinks(api_key, domain)
0 commit comments