firebase-dynamic-links

Android Firebase Dynamic Links setup - SHA-1 not recognized

扶醉桌前 提交于 2019-12-18 09:51:40
问题 i am trying to setup my android app to use firebase dynamic links and am experiencing a problem in setting it up in the firebase console. i had previously added my app to my firebase project to use the realtime database and it works with no isssues. i included the app's debug SHA-1 (which i obtained from the app-debug.apk). now in the firebase dynamic links console screen, i can select my app from the drop-down list but it shows a warning in red "Please add SHA-1 for this Android app". i even

Android Firebase Dynamic Links setup - SHA-1 not recognized

六眼飞鱼酱① 提交于 2019-12-18 09:50:11
问题 i am trying to setup my android app to use firebase dynamic links and am experiencing a problem in setting it up in the firebase console. i had previously added my app to my firebase project to use the realtime database and it works with no isssues. i included the app's debug SHA-1 (which i obtained from the app-debug.apk). now in the firebase dynamic links console screen, i can select my app from the drop-down list but it shows a warning in red "Please add SHA-1 for this Android app". i even

How to handle lifetime in firebase dynamic links ? (iOS)

牧云@^-^@ 提交于 2019-12-18 09:32:51
问题 I have a question about dynamic links on iOS. We use them in our applications, and it seems that their expiration time is really short (about 5 minutes). From the appstore, its not working because the download last more than this time From xcode build, if we open directly the app its working. If we build from xcode and then wait 5 minutes, its not working anymore Any clue about this ? Its really bad because Branch base lifetime is about 2hours, and a 5 minutes lifetime make them kind of

Firebase dynamic link always goes to app store URL even if the app is installed

醉酒当歌 提交于 2019-12-18 04:16:23
问题 I am trying to integrate Firebase dynamic link into IOS app but the problem is that even if the app is installed the dynamic link is taking me to app store page to download the App from app store. Did anybody face the same problem and have solution for the same. 回答1: Edited the link through firebase console. With the 'Skip the app preview page' enabled and 'Use a custom scheme when universal links aren't supported' disabled I was always redirected to the app store. The solution for me was to

Android | Firebase invite result code is OK but invite NOT sent

◇◆丶佛笑我妖孽 提交于 2019-12-13 07:24:19
问题 I am implementing firebase dynamic links in an Android application (an index of recipes app), at first it was basic and worked without any issue: viewHolder.mShareBtn.setOnClickListener(view -> { Intent intent = new AppInviteInvitation.IntentBuilder(mContext.getResources().getString(R.string.invitation_title)) .setMessage(mContext.getResources().getString(R.string.invitation_message)) .build(); ((AppCompatActivity) mContext).startActivityForResult(intent, 4); }); However I tried to make them

How to revoke or delete firebase Dynamic link programmatically?

℡╲_俬逩灬. 提交于 2019-12-13 03:14:48
问题 I have successfully create a firebase dynamic link programmatically, but I see no docs on how to actually revoke that dynamic link. Assume the following scenario, in a messaging app like what's app there is a group, the group admin sends out a deep link to subscribe more members to his group. Somehow, his dynamic link ends up in bad hands and lots of unwanted people join the group. How can he revoke the link to avoid others from joining in the group? 来源: https://stackoverflow.com/questions

Firebase, dynamic link with *.page.link doesn't work with campaign parameters

本秂侑毒 提交于 2019-12-13 02:55:53
问题 I have two dynamic prefix One with https://f9yd6.app.goo.gl correctly carries utm_source in the intent (onNewIntent) However one with https://littlehome.page.link doesn't have utm_source in the intent data even though it is included as a param in the dynamic link. I know my android code works because the first link works fine.. I'm perplexed why the 2nd link won't have utm_source attached to it in the intent.mData first link which has utm_source when opened in android https://f9yd6.app.goo.gl

Dynamic Links Custom Path not applied in Firebase Authentication

旧城冷巷雨未停 提交于 2019-12-13 01:45:54
问题 I have setup Firebase Dynamic Links with an URL in the following format: a.b.c/d However, emails sent by Firebase Authentication contain Dynamic Links of the format a.b.c/?link=... instead of a.b.c/d/?link=... , which means that they do not work. I followed this guide / this guide to send the links. Whenever I manually copy the link and add d/ in the URL, the Dynamic Links will work since Dynamic Links is set up this way in Firebase Console and also in firebase.json for Firebase Hosting .

DFL parameter in Firebase Dynamic Links Builder

孤者浪人 提交于 2019-12-12 19:42:35
问题 I need to programmatically build a dynamic link using the Dynamic Link Builder API on Android (https://firebase.google.com/docs/dynamic-links/android/create). This is the only option applicable for my case since I need to track click data and shorten links. This link can be opened on the desktop, but the problem is that the link will be eligible only for mobile apps - the website is unable to recognize this link (this behavior is intentional). I would like the desktop user is directed to the

Firebase Dynamic Links does not survive installation process

萝らか妹 提交于 2019-12-12 06:48:23
问题 I updated Firebase Dynamic Link pod to 1.4 version. In this version I found very useful class named FIRDynamicLinkComponents . I decided to use it to generate dynamic links. But I have 2 problems: Firebase doc says that dynamic links can survive installation process and open app on the content I described in dynamic link after installation from AppStore. It is not work. When user without installed app taps on dynamic links, he will see strange screen with button "Open in App". After click