0
How To Add Link In Swift
Well I Guess I Need A Link
2 Answers
0
You can create short or long Dynamic Links with the Firebase Dynamic Links Builder API. This API accepts either a long Dynamic Link or an object containing Dynamic Link parameters, and returns URLs like the following examples:
https://example.com/link/WXYZ https://example.page.link/WXYZ
For detail: https://firebase.google.com/docs/dynamic-links/ios/create
0
Im Using Android Not Ios