Skip to content
Discussion options

You must be logged in to vote

My app works just fine with fallback links, here's my profile, should render correctly

https://app.komp.ai/me/29hQ

Here's the debug mode

https://app.komp.ai/me/29hQ?d=1

I generate that deep link in my app dynamically

      console.log('DynamicLinkStore::getProfileLink - building link');
      firebase
        .dynamicLinks()
        .buildShortLink(
          {
            link: `${AppConfig.getWebAppURIRoot()}/${user.profileName}`,
            domainUriPrefix: AppConfig.getDeepLinkRoot(),
            android: {
              packageName: AppConfig.getAndroidPackage(),
            },
            ios: {
              bundleId: AppConfig.getIOSBundle(),
              appStoreId: AppConfig.g…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@giorgiofellipe
Comment options

@mikehardy
Comment options

@yudizBrijesh
Comment options

@mhesham32
Comment options

Answer selected by whalemare
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
6 participants