Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
1k views

I have created a dynamic link for the Flutter app using the Firebase console and I am trying to access that dynamic link data from within the app. But I am getting this message in the logs. The app is ...
Sweta Jain's user avatar
  • 4,482
4 votes
2 answers
3k views

[FirebaseAnalytics][I-ACS023001] Deep Link does not contain valid required params. URL params: { "_cpb" = 1; "_cpt" = cpit; "_fpb" = "CIAHEJ4DGgVlbi1JTg==...
tk_tanz's user avatar
  • 570
3 votes
1 answer
12k views

Hi I have an ios app where I use dynamic links to share content with users, I did not change anything in the app so it is not something in the code, I guess. When I run the app the console shows me ...
Santiago Padilla's user avatar
0 votes
1 answer
414 views

I am using firebase dynamic links as a URL shortener/obfuscator. E.g. I want my firebase link to point to a file in a github repo I can set the deeplink to: https://raw.githubusercontent.com/Username/...
Greedo's user avatar
  • 5,625
1 vote
2 answers
3k views

The firebasex Cordova plugin is driving me up the walls! My project has worked fine for months until I updated the cordova-plugin-firebasex from 11.0.3-cli to 14.1.0. This is the error I am getting ...
austinw's user avatar
  • 764
1 vote
0 answers
664 views

I applied dynamic linking to my current project. When the user presses the 'share' button, a preview page appears. And when the user presses the 'Run' button on the preview page, the dynamic link ...
Queen Ellery's user avatar
0 votes
1 answer
1k views

I am using Firebase Dynamic Link in my app and am seeing issues when they are opened from iOS Safari as an URL. -Expected behavior: The link leads to the app preview page, where the user can click on ...
J.Ko's user avatar
  • 9,041
1 vote
2 answers
967 views

The FDL has been working fine in production for a few weeks and has suddenly started show this error in the browser as if it does not have a valid SSL certificate. The FDL is generated via the API. Is ...
MadMac's user avatar
  • 5,003
1 vote
0 answers
895 views

I'm working on an Expo app that should be able to open to a specific screen when clicking on a link. I'm using Firebase dynamic links for this. I can first state that everything works for android. I ...
kablash's user avatar
  • 129
0 votes
1 answer
157 views

As far as I know, I don't use Firebase Dynamic links for my project but I see this: What is this weird URL ? Can I delete it safely ? Thanks.
toto_tata's user avatar
  • 15.6k
1 vote
1 answer
2k views

The Firebase dynamic link I created is working fine in Android. But, on IOS it shows invalid link when it pressed.I have been stuck on this issue for two days and could not find any solution for that. ...
Flutter's user avatar
  • 163
0 votes
1 answer
205 views

is it maybe a matter of time? its been over an hour i do have the regex in the whitelist and a regex test am i missing anything? ty
imi kim's user avatar
  • 385
1 vote
1 answer
520 views

How do I input RegEx into the whitelist for Firebase Dynamic Links? As shown below, the input boxes only allow URLs. I am on the dynamic link page for firebase console as the documentation suggests.
Bob Bob's user avatar
  • 38
0 votes
2 answers
3k views

I'm working on a Flutter app which displays content from a firebase database and uses firebase dynamic links and deep linking to let users share the content. I'm using short dynamic links, as they are ...
Javierd98's user avatar
  • 810
1 vote
0 answers
156 views

I have created multiple Firebase dynamic links with custom domain and my APP_FIRST_OPEN is always showing 0 (zero) in the analytics. Though the other paramaeters such as CLICK, REDIRECT, APP_INSTALL &...
Zobair Alam's user avatar
2 votes
0 answers
1k views

I created a deep link on firebase then added this code inside main activity <!-- Deep linking --> <meta-data android:name="flutter_deeplinking_enabled" android:value=&...
mohamed fathy's user avatar
1 vote
0 answers
611 views

I want to create a short dynamic link via the REST API. My goal is to create a short link with a custom URL suffix. First, I created an auth token with the following command: gcloud auth print-access-...
Fred's user avatar
  • 696
1 vote
0 answers
295 views

I am using react native firebase dynamic links, after completing my setup, i tried to use it, but i faced this error . APP ERR Error: You attempted to use a firebase module that's not installed ...
Mohamed amin's user avatar
1 vote
0 answers
236 views

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 type ...
android dev's user avatar
1 vote
0 answers
1k views

I am using dynamic link in React Native, I have all the steps required for IOS and android setup. (dynamic link opens the app on both platform) but when I have deep link attached to it, on Android app ...
Beka Batmanashvili's user avatar
2 votes
1 answer
2k views

I have implemented this method so that when a user clicks the dynamic link it will be redirected to a specific page. Everything works alright while the app is running, but when I kill/close the app ...
peakystewie's user avatar
1 vote
0 answers
490 views

I realized alot of the libraries like firebase dynamic link and branch.io, dynamic link basically copies url to the clipboard and reads it once the app is opened. I realized that the ios 15 and 16 ...
James Lee's user avatar
  • 986
0 votes
0 answers
666 views

I've some basic ideas of how firebase dynamic links works, but I've some doubts. I didn't understand how to navigate it to a specific screen when I get the URL. I want to send some params along with ...
Vijayarahavan's user avatar
1 vote
0 answers
707 views

I have a react native app. I've added firebase dynamic links. When I try my dynamic link I get redirected to the store and it says "App not available. This app is currently not available in your ...
Joshua Augustinus's user avatar
3 votes
1 answer
636 views

Thank you in advanced for giving your valuable time for reading this. I have tried to implement dynamic link through firebase sdk. Have gone through provided documents for implementing this by ...
The iOSDev's user avatar
  • 5,267
0 votes
1 answer
41 views

I developing a blog application with firebase and flutter and I need to share article to other user ,how can I create link for specfic article to share that and when clicked on that opens my app at ...
Abolfazl Mashhadi's user avatar
0 votes
1 answer
340 views

I am setting up firebase dynamic links for our Angular/Ionic app for the Android platform. I've already configured all the settings and started testing. For some links, it works as expected (it opens ...
slhn.dev's user avatar
  • 365
2 votes
2 answers
742 views

I've been developing an app with firebase and stripe payment. I've created a checkout session in stripe and added firebase dynamic links for the success_url and cancel_url. The URLs are working fine. ...
Abin Gomez's user avatar
1 vote
0 answers
205 views

I'm trying to add an allowed URLs to my Dynamic Links. It works with links to the app store/google play. I have a staging and production server and I need to set the ofl parameter accordingly. The ...
Sofia's user avatar
  • 545
0 votes
2 answers
726 views

We had a requirement at a task to handle custom params for flutter firebase dynamic links ver 4.3.7 (after breaking changes from previous version). Challenge: flutter firebase dynamic links ...
petras J's user avatar
  • 2,752
2 votes
1 answer
360 views

I am trying to integrate dynamic link in my flutter app using firebase_dynamic_links package and I am not much familiar with dynamic links I am following a tutorial I try following code from tutorial....
Ahmad Raza's user avatar
1 vote
1 answer
467 views

https://firebase.google.com/docs/dynamic-links/rest The document says "Requests are limited to 5 requests/IP address/second, and 200,000 requests/day.". So which is correct? "200,000 ...
raccoon_j's user avatar
-1 votes
1 answer
1k views

I try to customise preview page, to make it more beautiful
George Basov's user avatar
6 votes
1 answer
1k views

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 need ...
Sofia's user avatar
  • 545
-2 votes
1 answer
793 views

Step1: - Click on the URL link Step2: - If the app is not installed then go to the app store OR play store. Step3: - After installing the app the first time open it. Step4: - How to get the referral(...
Milan Savaliya M's user avatar
10 votes
2 answers
1k views

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 ...
Andres V.'s user avatar
  • 101
1 vote
0 answers
211 views

iOS: 13+ , Swift: 5 FirebaseDynamicLinks (9.2.0): - FirebaseCore (~> 9.0) I've implemented Firebase DynamicLink feature to my project using default settings in DynamicLink console. I need to ...
Vatsal Shukla's user avatar
0 votes
1 answer
222 views

I have generated the QR codes from the dynamic links so that when the user scans the QR code from a third-party scanner it opens my app and opens a particular page based on the data extracted from the ...
Deekshith Xetty's user avatar
5 votes
2 answers
2k views

Currently I am working with the Dynamic links from Firebase to implement the password reset function. On Android everything is working fine and I am handling the deep link if the app get opened by it. ...
Marco's user avatar
  • 177
1 vote
1 answer
930 views

I'm using invitation links from Firebase Dynamic Links that redirect my user to the Play Store on Android if the app is not installed. The redirection works fine and my app's store page is opened. The ...
tjarvstrand's user avatar
  • 1,078
0 votes
1 answer
619 views

We have a functionality to generate dynamic links to our app on iOS using React Native, which works perfectly (identifiable data redacted by replacing them with "our app"): ...
Can Poyrazoğlu's user avatar
2 votes
0 answers
428 views

I'd like to view the logs from the console inside a terminal window instead. This is so that I can test Firebase Dynamic Links (because I need to run: xcrun simctl openurl booted 'My Dynamic Link Here'...
nickcoding2's user avatar
0 votes
2 answers
336 views

The code works fine on android devices but it does not work on ios devices. my code: String userId = uid; final DynamicLinkParameters dynamicLinkParameters = DynamicLinkParameters( uriPrefix: '...
Emma Alden's user avatar
2 votes
0 answers
242 views

I have a mobile and web Flutter app which is deployed on web at myhost. I want to have a deeplink of the type /match/123 to redirect the user directly to the match page for match 123. When I had only ...
alexlipa's user avatar
  • 1,301
0 votes
1 answer
917 views

I'm making a flutter mobile app where I want to connect the user to the Phantom wallet using the connect deep link and then set the redirect_link as a Firebase dynamic link for the app, however I am ...
Samay Gandhi's user avatar
4 votes
0 answers
64 views

We have app links set up in our app. But the dynamic links, on tap, ask to select between [browser, MyApp]. It should open the app directly without asking the user to choose. We found that assetlinks....
prasadsunny1's user avatar
1 vote
0 answers
373 views

I am working on a flutter app that require to show a webview. When I navigate to the Webview widget, It shows this. The InitialURL of the webview widget is a firebase dynamic link for android I have ...
BAIMAM BOUKAR JEAN JACQUES's user avatar
4 votes
2 answers
2k views

I need a dynamic link (short url) that: on mobile: when app is installed -> open app when app is not installed -> open store on desktop: open specific web url I managed to get it working for ...
Jan's user avatar
  • 59
6 votes
0 answers
446 views

So i am using firebase dynamic links, created a link and it opens the downloadeble/production app in the playstore and appstore. And on the web it opens the URL so all that works fine. But i am ...
Sander van Maastricht's user avatar
0 votes
1 answer
2k views

I have Make Google Map Integration Of My Application. Then Implement the firebase dynamic link when user and driver both location driection show on map then share the dynamic url and just click show ...
user8601459's user avatar

1 2 3
4
5
27