1,324 questions
1
vote
1
answer
1k
views
FDL logging failed. Add a dependency for Firebase Analytics to your app to enable logging of Dynamic Link events
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 ...
4
votes
2
answers
3k
views
[FirebaseAnalytics][I-ACS023001] Deep Link does not contain valid required params issue
[FirebaseAnalytics][I-ACS023001] Deep Link does not contain valid required params. URL params: {
"_cpb" = 1;
"_cpt" = cpit;
"_fpb" = "CIAHEJ4DGgVlbi1JTg==...
3
votes
1
answer
12k
views
Firebase Dynamic Links do not work, does not generate link
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 ...
0
votes
1
answer
414
views
Add authentication headers when redirecting to deep link
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/...
1
vote
2
answers
3k
views
Unable to add iOS platform to Cordova project with cordova-plugin-firebasex
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 ...
1
vote
0
answers
664
views
flutter)When the dynamic link page is accessed through a redirect, it does not work as expected
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 ...
0
votes
1
answer
1k
views
Firebase Dynamic Link: Does not work correctly when opened from iOS Safari
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 ...
1
vote
2
answers
967
views
Firebase dynamic links have started giving the error "Your connection is not private"
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 ...
1
vote
0
answers
895
views
Expo app on iOS does not recieve the correct url (firebase dynamic links)
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 ...
0
votes
1
answer
157
views
Firebase Dynamic Links : weird URL prefix appearing on my account
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.
1
vote
1
answer
2k
views
Firebase dynamic link is not working in IOS But works fine in Android
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.
...
0
votes
1
answer
205
views
firebase dynamic link not matching whitelist regex
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
1
vote
1
answer
520
views
Adding regex to whitelist in firebase Dynamic Links
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.
0
votes
2
answers
3k
views
Can't get iOS app linking to work with firebase dynamic short links
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 ...
1
vote
0
answers
156
views
APP_FIRST_OPEN is not tracked on firebase dynamic link analytics for custom domains
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 &...
2
votes
0
answers
1k
views
Flutter : dynamic link always go to play store don't open app on device
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=&...
1
vote
0
answers
611
views
In Firebase, I'm getting ACCESS_TOKEN_SCOPE_INSUFFICIENT when trying to create a short dynamic link via REST
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-...
1
vote
0
answers
295
views
React Native Firebase Dynamic Links
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 ...
1
vote
0
answers
236
views
how to fetch data to show preview from dynamic link
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 ...
1
vote
0
answers
1k
views
React Native firebase dynamic link, deep linking [Android]
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 ...
2
votes
1
answer
2k
views
Deep linking is not working when app is not in background (app closed/killed)
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 ...
1
vote
0
answers
490
views
How does clipboard work with deep dynamic linking
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 ...
0
votes
0
answers
666
views
How to use firebase dynamic links to navigate to a specific screen in my app?
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 ...
1
vote
0
answers
707
views
IOS Firebase Dynamic Links with Test Flight
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 ...
3
votes
1
answer
636
views
Firebase Dynamic link handling always gives error
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 ...
0
votes
1
answer
41
views
How to create link to specfic documnet in fireStore using dynamic links with flutter
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 ...
0
votes
1
answer
340
views
Firebase dynamic link - 403 error (you don't have access to this page)
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 ...
2
votes
2
answers
742
views
firebase dynamic links in stripe throws err_unknown_url_scheme
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. ...
1
vote
0
answers
205
views
Allowlist URL pattern (HTTP) Firebase Dynamic Links
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 ...
0
votes
2
answers
726
views
Flutter firebase dynamic links customise link with custom params when handling url on the app
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 ...
2
votes
1
answer
360
views
Flutter firebase_dynamic_links : The expression doesn't evaluate to a function, so it can't be invoked
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....
1
vote
1
answer
467
views
How many short urls can be generated per day for Firebase Dynamic Links?
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 ...
-1
votes
1
answer
1k
views
How to customise preview firebase page, when using firebase dynamic links?
I try to customise preview page, to make it more beautiful
6
votes
1
answer
1k
views
Firebase Dynamic Links ofl parameter not working
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 ...
-2
votes
1
answer
793
views
Can we retrieve the Dynamic URL after the first time app installation using Firebase Dynamic Link? if yes, then how? (Swift/iOS)
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(...
10
votes
2
answers
1k
views
we can't open apps from play store after an install, this happens with dynamic link (firebase) Android
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 ...
1
vote
0
answers
211
views
Firebase Dynamic link different behaviour in different mobile browsers
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 ...
0
votes
1
answer
222
views
Extract Data from Dynamic Link When App is already opened- Flutter
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 ...
5
votes
2
answers
2k
views
Flutter iOS Firebase dynamic link push named page with the link value
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.
...
1
vote
1
answer
930
views
How to open Firebase Dynamic Link in Play Store App
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 ...
0
votes
1
answer
619
views
Firebase dynamic link acting differently if generated on iOS (React Native) vs REST API
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"):
...
2
votes
0
answers
428
views
How to get the same log output that you see in Xcode console but in terminal instead?
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'...
0
votes
2
answers
336
views
Firestore dynamic link crash on ios
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: '...
2
votes
0
answers
242
views
Flutter: same deep link for web and mobile app
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 ...
0
votes
1
answer
917
views
How to connect Phantom wallet to a Flutter app using deep links?
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 ...
4
votes
0
answers
64
views
When does applinks get verified for existing users?
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....
1
vote
0
answers
373
views
WebView not not opening flutter net::ERR_UNKNOWN_URL_SCHEME
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 ...
4
votes
2
answers
2k
views
Firebase Console Dynamic Link OFL Parameter
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 ...
6
votes
0
answers
446
views
Deep links from firebase dynamic links to expo go
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 ...
0
votes
1
answer
2k
views
How to Get Data From Firebase Dynamic Link
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 ...