1,324 questions
1
vote
0
answers
230
views
Firebase dynamic links with React-Native not working in testflight build
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":"...
3
votes
1
answer
2k
views
Friend Referral Reward without Dynamic Links 2023 in Flutter / App development
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 ...
0
votes
1
answer
443
views
Firebase email verification url does not work on my android expo app
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 ...
2
votes
0
answers
75
views
Flutter Firebase Email Link Sign in not working /only short dynamic link is getting retrieved
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 ...
0
votes
1
answer
290
views
None of SceneDelegate methods (options connectionOptions & continue userActivity) are triggered when opening the app via Firebase Dynamic Link
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 ...
1
vote
0
answers
491
views
How to enable supported link by default using firebase dynamic link for Android 13
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 ...
0
votes
0
answers
116
views
React native firebase passwordless email fails to correctly redirect to app
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 ...
1
vote
0
answers
88
views
Firebase dynamic link not opening custom url if app not installed
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
6
votes
1
answer
2k
views
How to test a mobile deep links from App/Play Store in a Flutter app?
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 ...
0
votes
1
answer
187
views
App Icon is not appearing while sharing post via firebase dynamic link
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 ...
0
votes
1
answer
51
views
After adding intent filers for firebase dynamic link support app does not listed in app list in android devices
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>
<...
1
vote
1
answer
2k
views
Flutter local notification deeplink when app terminated
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 ...
1
vote
0
answers
134
views
Flutter : deeplink not work in my flutter app chat screen link click also any time open preview.page.link page
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
0
votes
1
answer
114
views
Firebase Dynamic Links from Callable Cloud Function
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 ...
-2
votes
1
answer
995
views
Where to Find this file "firebase.json"
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 ...
1
vote
0
answers
555
views
Firebase Dynamic Link Not Opening App on Android 13 with latest flutter sdk
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 ...
1
vote
0
answers
257
views
Firebase Dynamic Links open angular ionic app and receive url, but can't handle url and navigate from Appdelegate.swift
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 ...
0
votes
1
answer
777
views
Deep Linking Working Fine in Android, It's Navigating to Different App Screen. But In IOS It's Opening the App via link but Not Navigating
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 ...
0
votes
1
answer
116
views
How to send the result of Firebase Sign In with Email Link to my app's main Activity
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 ...
1
vote
0
answers
59
views
Unable to launch app with Firebase Dynamic link
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 ...
17
votes
0
answers
10k
views
Firebase Dynamic Links deprecated [closed]
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 ...
0
votes
1
answer
138
views
Firebase Dynamic Link Not working on App installation Scenedelegte
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 ...
1
vote
0
answers
448
views
Sharing dynamic links from React Native app using Firebase or Branch.io results in redirection to App Store on iOS real devices even if app installed
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 ...
0
votes
1
answer
891
views
React Native Android Firebase Dynamic Link Not Working Well
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 ...
0
votes
1
answer
2k
views
Error: "You attempted to use a firebase module not installed on your Android project" when using @react-native-firebase/dynamic-links in expo app
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 ...
1
vote
0
answers
36
views
init DynamicLinks is not runnig navigator function
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 ...
2
votes
1
answer
112
views
/.well-known/assetlinks.json is not updating after adding sha256 fingerprint
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, ...
2
votes
1
answer
1k
views
My firebase dynamic link is being blocked by firebase (firebase passwordless login)
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, ...
1
vote
0
answers
2k
views
deferred deep linking configure in ios
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 ...
0
votes
1
answer
1k
views
Firebase Dynamic Links ApiException: 400: Length of DynamicLink 14793 is over the allowed limit of 7168
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/...
3
votes
0
answers
528
views
Firebase dynamic links not opening the react native app
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....
0
votes
1
answer
139
views
How to check if Firebase DynamicLink is already shortened and there is no need to shorten it again?
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://...
1
vote
0
answers
46
views
Firebase Dynamic Link always goes to AppStore on iOS
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://...
0
votes
1
answer
185
views
Prevent Android app to open default React Activity when the app is launched from Firebas Dynamic Link
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. ...
2
votes
0
answers
148
views
Bing browser App on Android can't handle firebase dynamic links URL
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 ...
1
vote
0
answers
286
views
Does the associated domain file from Firebase Dynamic Links work for password autofill?
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 ...
0
votes
1
answer
251
views
Firebase dynamic link works perfectly if open directly but doesn't work if opens from browser redirect
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 ...
1
vote
0
answers
280
views
FirebaseDynamicLinks.instance.getInitialLink() is always null
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 ...
3
votes
0
answers
444
views
Firebase Email Passwordless Authentication Wont work
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(...
0
votes
1
answer
992
views
Firebase dynamic link not taking me to the play store
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 ...
0
votes
1
answer
111
views
FlutterFire Dynamic Links never being recieved by app
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 ...
-1
votes
1
answer
221
views
Firebase for app flavors for iOS and Android
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, ...
0
votes
1
answer
72
views
My privacy policy link redirects to the app on Android- Firebase Dynamic Links - Flutter
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. ...
1
vote
1
answer
2k
views
Flutter goRouter plugin: when the app is opened from a Firebase Deeplink it should jump to that screen not open where it left off
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 ...
6
votes
0
answers
1k
views
Firebase Dynamic Links Flutter app the short link not working for iOS
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 ...
3
votes
2
answers
4k
views
Dynamic Links won't open in Android 13
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 ...
1
vote
0
answers
375
views
Universal link data not working on Flutter iOS release
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 ...
1
vote
0
answers
345
views
why getting (not%20set)&utm_medium=(not%20set) in install referrer value?
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=(...
1
vote
1
answer
644
views
Flutter Firebase Dynamic Links ActivityNotFoundException
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 ...
2
votes
0
answers
166
views
Dynamic link to download my app from iOS Android app stores
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 ...