firebase-dynamic-links Questions
2
Solved
I am getting this error message, and don't understand what I need to do to fix. How do I verify ownership of a Firebase deep link?
Deep links not working
Users will not go directly to your app from...
Callosity asked 6/12, 2022 at 7:59
7
Problem — when opening a Firebase Dynamic Link on Facebook Mobile, the Facebook Browser consumes the deep link and does not open the intended mobile app
Question — is there a good workaround in Fir...
Swec asked 27/5, 2016 at 15:28
20
Solved
I'm trying to create a dynamic link in Firebase, when I'm selecting the android app, it shows an error saying "Add SHA-1 to this android app", I've already added a credential, but I'm not sure how ...
Norvall asked 25/8, 2016 at 11:55
1
I've been using Firebase Dynamic Links for deep linking in React JS, Next, Node project. However, I recently discovered that the Firebase Dynamic Links server is going to be shut down. As a result,...
Bioscopy asked 20/6, 2023 at 8:45
0
According to the official document, Firebase Dynamic Links will be deprecated.
Firebase Dynamic Links is no longer recommended for new projects. In
the future, the Dynamic Links service will...
Tarantula asked 2/6, 2023 at 2:53
2
I have a problem with DynamicLinks. If the app is installed, on an iPhone, the dynamic link opens the iOS app with the deep link and everything works fine. But if the app is not installed, instead ...
Vancevancleave asked 18/9, 2019 at 8:52
4
Everything works fine on android but on ios when the app is already opened clicking the link takes the app in the foreground but the onLink method is not call.
Link:
https://<url>/?link=<l...
Bk asked 2/3, 2021 at 12:55
2
Solved
I made a simple python script to generate firebase dynamic links for my app using POST API
https://firebase.google.com/docs/dynamic-links/rest
However, in web UI I can set custom link address (i.e...
Tophole asked 7/11, 2018 at 13:38
6
I have developed an android app locally on my device (app not yet on android play store). I have the following logic to get deep link in MainActivity.
GoogleApiClient mGoogleApiClient = new Google...
Trifle asked 3/6, 2016 at 9:40
3
Solved
I want to shorten a longLink with firebase and the REST API but I get the following response and I don't know what is wrong:
Response:
{
"error": {
"code": 400,
"message": "Long link is not p...
Jeddy asked 11/6, 2018 at 12:16
2
When we use a dynamic link from Firebase and it leads the user to install the application, after the installation in the PlayStore it is presenting only the uninstall button, where the expected beh...
Incus asked 24/8, 2022 at 16:13
3
Solved
I'm trying to add passwordless email signin to my Firebase app, so the first thing I did was to whitelist my domain:
Next, I tried to create the dynamic link:
At this point, when I pressed ...
Smashing asked 22/9, 2019 at 18:37
1
I was creating short dynamic links with the py-firebase-dynamic-links where we can set parameters presented here. However, there is no desktopFallbackLink parameter to be used on the REST API.
I ne...
Senega asked 7/9, 2022 at 16:52
0
In my Flutter app I have implemented dynamic linking, I am sending the link with an id parameter and when the app receives it it navigates to the detailed screen with given id. It works all fine in...
Lightner asked 6/3, 2023 at 23:56
5
I have been trying to get dynamic links working all day to no success.
I have created a dynamic link using firebase web and with a google provided link. I have added the associated domains as inst...
Mcfarlin asked 21/6, 2019 at 14:56
4
Solved
I accidentally clicked "Archive Link" in Dynamic Links. But the link was already distributed so can't be changed. How can I find it or entry the same one?
https://console.firebase.google.com
Deathbed asked 8/1, 2019 at 7:21
2
Solved
Firebase Dynamic Links do not survive on iOS 11.3.1 when user don't have installed. Anyone else experiencing this issue? This works fine prior to iOS 11.3.1
Repro steps::
Click on FDL link
...
Binate asked 11/5, 2018 at 20:24
2
In my application, many link handled in same Activity,
So, I need to know what link when link received.
I know that I will recognize after success listener,
FirebaseDynamicLinks.getInstance()
...
Trentontrepan asked 18/12, 2017 at 5:34
1
Solved
I have a Firebase Dynamic Link on my app. Seems that Play Console can not verify these links by default.
The indexing is fine since I can manually bind/add the App Link of my app through Android s...
Constitutionalism asked 21/11, 2022 at 17:1
3
Solved
I am implementing dynamic links and everything works well, besides that in my project settings I changed the "Team ID" aka "AppStore App Prefix".
If I visit myproject.page.link/apple-app-site-asso...
Tad asked 13/8, 2018 at 10:7
0
I tried libraries such as rich link preview, urlembeddedview, android preview link.
But it is failing to load the preview for my link: https://mydomainname.page.link/ay1q4rpCSR45NisV6
But when I ty...
Gauntry asked 10/10, 2022 at 9:56
3
I implemented Firebase Dynamic links (which are great!) on my iOS app and am now doing the same job on Android.
I managed to launch my Android app by clicking the dynamic URL, but I can't open it o...
Larkin asked 13/12, 2017 at 13:24
3
Solved
I've been working to include Dynamic Links in my app. I have set it up so that links can be generated correctly, and received correctly, but they only work when the app is open and in the backgroun...
Aboutface asked 1/7, 2020 at 18:56
11
Solved
I am writing a App for a Open Source Conference.
Originally each attendees will receive different link via email or SMS like
https://example.com/?token=fccfc8bfa07643a1ca8015cbe74f5f17
then use ...
Dishonesty asked 9/7, 2016 at 17:38
1
I am using Firebase dynamic link in my flutter app. I am allowing user to generate dynamic link in app that can be shared via sms/email/whatsApp etc etc.
This link is working fine for Android but f...
Flighty asked 1/12, 2020 at 6:31
1 Next >
© 2022 - 2025 — McMap. All rights reserved.