Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
230 views

I have a react-native app where I am integrating firebase-dynamic links. I am generating a link with firebase API with below payload: { "dynamicLinkInfo":{ "domainUriPrefix":"...
Vir Rajpurohit's user avatar
3 votes
1 answer
2k views

I so far implemented a friend referral system in my app allowing users to invite other contacts via whatsapp etc. - once the invite link is clicked the app is either installed or if already launched ...
Timo's user avatar
  • 175
0 votes
1 answer
443 views

I am writing a simple android app where the user can create an account with email and password, sign in and then I send email verification. After the user verify their email I let them use the app. I ...
newbie coder's user avatar
2 votes
0 answers
75 views

I want to add Authentication via Email Link to my flutter project. I sent the email using this code: Future signInWithEmailandLink(userEmail) async{ var _userEmail= userEmail; return await ...
moritzstammel's user avatar
0 votes
1 answer
290 views

I'm facing an issue with Firebase Dynamic Links in my iOS application. Whenever I open the app using a dynamic link, none of the functions in my AppDelegate or SceneDelegate seem to be called, except ...
eugene_prg's user avatar
  • 1,228
1 vote
0 answers
491 views

Recently I working on the firebase dynamic link , but I found out For android 13 , it wont prompt out the dialog box to let u choose open for mobile apps or browser, becausethe supported links is ...
Panadol Chong's user avatar
0 votes
0 answers
116 views

Steps to error: user enters email address and receive the correct email. The "dynamic link" also appears correct. user presses the link, the email flickers and attempts to redirect but ...
Hyetigran's user avatar
  • 1,225
1 vote
0 answers
88 views

All functions of firebase dynamic link working fine but I want to make it like if app not installed then open website instead of playstore link still it opens playstore link
Dharini's user avatar
  • 865
6 votes
1 answer
2k views

I have a mobile app (developed with Flutter but not relevant for this question). The app uses Firebase Dynamic Links functionality to bring the user inside and activate some functionalities. I tried ...
Ale TheFe's user avatar
  • 1,731
0 votes
1 answer
187 views

I successfully created a Dynamic Link in Firebase to share posts. However, when I share the post, the app icon is not visible and instead, Firebase's icon is displayed. Everything works fine other ...
Dimpy-iRoid's user avatar
0 votes
1 answer
51 views

I'm implemented firebase dynamic links in flutter app at first in android manifiest file has intent filter like below & app is listed in device app list , <intent-filter> <...
Dharini's user avatar
  • 865
1 vote
1 answer
2k views

My app uses flutter_local_notification plugin. I need to make a transition on particular screen when my app is terminated. Everything works fine when the app isn't closed. This is what I've tried. I ...
Angelina Gromova's user avatar
1 vote
0 answers
134 views

Here i attached image for when i click deeplink then redirect move this screen i have no idea how to redirect this link please help me for this issue also android is working fine
krupali patel's user avatar
0 votes
1 answer
114 views

I'm trying to put all the back-end of my ios app in the cloud functions to have more security within the app. But I got stuck trying to generate a dynamic link from the cloud functions. From this ...
Santiago Padilla's user avatar
-2 votes
1 answer
995 views

unable to find the file 'firebase.json'. I am adding multi path prefix in firebase dynamic links. It's saying to add prefix, you need to add this snippet in 'firebase.json' but I am unable to find ...
fawad 's user avatar
  • 11
1 vote
0 answers
555 views

FirebaseDynamicLinks.instance.onLink.listen is working in sdk 3.3.9 stable but not in sdk 3.10.5 stable I have checked & updated packages to latest like core, dynamic_links. Any idea what might be ...
Gaurab Rana's user avatar
1 vote
0 answers
257 views

The app is in ionic, angular and capacitor. It works perfectly fine in Android, where i recieve the dynamic links in my app.component.ts function directly , but in ios the url are only in the ...
Milton Kienigiel's user avatar
0 votes
1 answer
777 views

I am implementing Deep Linking in flutter. In Android, it's working perfectly fine, It's Navigating to Different App Screen via this method(_initHandleDeepLinks()). But in IOS it's opening the app via ...
fawad 's user avatar
  • 11
0 votes
1 answer
116 views

I'm trying to implement Firebase SIgn In with Email Link in a Jetpack Compose app. When the user clicks on the verification link in the email it activates a Firebase Dynamic Link, which launches a ...
realh's user avatar
  • 1,182
1 vote
0 answers
59 views

I have been using firebase dynamic links for awhile now and everything was working fine until suddenly the link no longer launched the app on android. On the web it works fine but on an android device ...
madhall's user avatar
  • 182
17 votes
0 answers
10k views

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 shut ...
Allen's user avatar
  • 3,226
0 votes
1 answer
138 views

I'm using Firebase DynamicLinks SDK to show the Invite Popup to users, which is working fine when the app is installed for both Cases When App Is in the background When the App is Killed The link is ...
Rahish Kansal's user avatar
1 vote
0 answers
448 views

I have implemented Firebase Dynamic Links in my React Native app, following all the configuration steps provided in the official Firebase documentation. The dynamic links are functioning correctly on ...
Moeez Ahmad's user avatar
0 votes
1 answer
891 views

I got an issue related to Firebase Dynamic Link. I used the dynamic link and past it to the browser. It just opens the play store in the browser instead of opening the Google Play application if I ...
Trí Lâm's user avatar
0 votes
1 answer
2k views

I am trying to implement dynamic linking in my Expo app using the @react-native-firebase/dynamic-links package. However, I am encountering an error and need assistance resolving it. Here is the ...
Jeoffrey Duke's user avatar
1 vote
0 answers
36 views

I have firebase dynamic link in my app, it is creating a deep link for me and when click on it outside of app it is opening my app, and init dynamic link is run as well, and there I get itemId from ...
Saied Rahimi's user avatar
2 votes
1 answer
112 views

I have created dedicated site for dynamic links, added url prefix and looks like firebase released that site automatically. After creating url prefix I have noticed that I missed sha256 fingerprint, ...
user2524940's user avatar
2 votes
1 answer
1k views

Hey everyone so I am following along with this this stackoverflow response to set up passwordless login with react native firebase. I was able to get through the first half of the process fine, ...
seth8656's user avatar
  • 214
1 vote
0 answers
2k views

I have configured deferred deep linking using Firebase dynamic URL. when I click the open button on the dynamic link preview page. it opens the app store and I can install the app. When I click the ...
Supun Madushanka's user avatar
0 votes
1 answer
1k views

Unhandled Exception: [firebase_dynamic_links/unknown] com.google.android.gms.common.api.ApiException: 400: Length of DynamicLink 14793 is over the allowed limit of 7168. [https://firebase.google.com/...
Sagar Shende's user avatar
3 votes
0 answers
528 views

In my react native app, the firebase dynamic link is not opening the app. I have added the intent-filter in AndroidManifest.xml file. ` <category android:name="android.intent.category....
sharmakeshav07's user avatar
0 votes
1 answer
139 views

This is my simple function: import FirebaseDynamicLinks let url = URL(string: "https://joyone.page.link/pXJG7y5kLPgxoTyg6?title=Klub+Innowator%C3%B3w+OPZZ") let prefix = "https://...
Bartłomiej Semańczyk's user avatar
1 vote
0 answers
46 views

I have a Flutter app where I want to receive DynamicLinks. I have the following code to generate a Firebase Dynamic Link import requests resp = requests.post( url="https://...
alexlipa's user avatar
  • 1,301
0 votes
1 answer
185 views

I developed a React Native app that has multiple Android Activities and one MainActivity.java that extends ReactActivity. One of the Android Activity is a WebView that we launched from ReactActivity. ...
KnightCavalry's user avatar
2 votes
0 answers
148 views

When I open the URL created on firebase dynamic links via Bing browser App on Android, It seems like Bing App can't handle the link and shows a blank screen. Bing Android Image The URL works on iOS or ...
Hiroaki Miura's user avatar
1 vote
0 answers
286 views

I'm trying to implement password autofill and strong password suggestions in an iOS app. I know that in order for this to work it is required that I have an associated domain setup. I am currently ...
Grambo's user avatar
  • 959
0 votes
1 answer
251 views

i have flutter app and asp.net core backend My app authorization process looks like: app -> browser (login/pass) -> backend which generates token -> get method which redirects to dynamic ...
Alexandr Gevorkyan's user avatar
1 vote
0 answers
280 views

FirebaseDynamicLinks.instance.getInitialLink() Is always null in iOS when booting the app in release mode. When the app is closed completely on iOS and the dynamic link is clicked, the app will open ...
1ManStartup's user avatar
3 votes
0 answers
444 views

I'm at my wits end with this overly complicated process of getting deep links working just to attempt to authenticate my users with a passwordless login. I have wasted 3 days now googling and watching(...
Technorocker's user avatar
0 votes
1 answer
992 views

I have generated a dynamic link through firebase dynamic link REST API and provided the android package name and ios bundle id but when i click on dynamic link if the app exists its work fine if not ...
Muhammad Saqib Aziz's user avatar
0 votes
1 answer
111 views

I'm implementing email-link signin for my (android but eventually iOS) Flutter app using Firebase. I eventually managed to send an email successfully to the user with a dynamic link that opens the app ...
iluvsoup's user avatar
-1 votes
1 answer
221 views

What would be the best approach to set up Firebase for app flavors that we will publish in the stores? Use a single project with four apps (two for Android and two for iOS) or 2 different projects, ...
J. Diaz's user avatar
  • 431
0 votes
1 answer
72 views

The Privacy Policy button works correctly in debug mode on Android, but it fails to function properly in release mode. When the button is pressed within the app, it does not produce any response. ...
Kai Tera's user avatar
1 vote
1 answer
2k views

I am using https://pub.dev/packages/go_router plugin. When my app is closed and I click on a deeplink it opens my app correctly. If the app is in the background the deeplink merely brings it to the ...
Sam's user avatar
  • 2,113
6 votes
0 answers
1k views

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 ...
Yaren Albayrak's user avatar
3 votes
2 answers
4k views

I use dynamic links in my Flutter app. My dynamic links won't open on Android 13, on all other api levels and on iOS the links work --> lead back into the app to the specified screen. I already ...
luckyhandler's user avatar
  • 11.4k
1 vote
0 answers
375 views

I am building a feature where users who don't have my app but want to add someone to their friends list can follow a Firebase dynamic link to install the app and sign up. Once the user signs up, data ...
Evan Herchek's user avatar
1 vote
0 answers
345 views

When i click on firebase dynamic link then first open chrome browser then redirect to play store and after i install app using android studio that case i am getting install referrer value utm_source=(...
Mohit Siddhapura's user avatar
1 vote
1 answer
644 views

I'm having some issue with Firebase Dynamic Links in combination with my Flutter app. I run into the issue below when running the the Flutter app. This only happens on Android 13 all version below ...
Jop Middelkamp's user avatar
2 votes
0 answers
166 views

With firebase, how can I generate a download link of my app and when click on it, redirects to the Apple store if the user has iOS and google play if he has Android??? Can I also have the data of how ...
Raffaele Parlato's user avatar

1
2
3 4 5
27