Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are archived Dynamic Links?

I accidentally clicked "Archive Link" in Dynamic Links. But the link was already distributed so can't be changed. How can I find it or entry the same one? https://console.firebase.google.com

like image 604
news meig Avatar asked Jan 08 '19 07:01

news meig


People also ask

How do I find dynamic links?

Dynamic Links also work with Google Analytics. Google Analytics provides detailed statistics for events that happen in your app, such as when someone opens your app by clicking a Dynamic Link. This data can be viewed in the Analytics section of the Firebase console.

Do dynamic links expire?

The created short Dynamic Link will not expire. Repeated calls with the same long Dynamic Link or Dynamic Link information will produce the same short Dynamic Link. The Dynamic Link domain in the request must be owned by requester's Firebase project.

How do I fix dynamic Link not found?

Follow the below methods to fix the “Entry Point Not Found Dynamic Link Library” error in your Windows 10 PC. Method 1: By Installing Visual C++ Redistributable for Visual Studio 2013. Method 2: By Re-registering the DLL file. Method 3: By Running System File Checker Scan.

How do I get data from Firebase dynamic Link?

To receive the Firebase Dynamic Links that you created, you must include the Dynamic Links SDK in your app and call the FirebaseDynamicLinks. getDynamicLink() method when your app loads to get the data passed in the Dynamic Link.


1 Answers

If you want to EDIT a Dynamic Link that has been archived, consider this:

  1. You need to know the Dynamic Link in question

  2. Using Firebase Console, click to edit some other (non archived) Dynamic Link.

  3. Note the shortened URL itself, and see how it is represented in the address in the browser address bar, specifically the end of the URL

  4. Simply replace the non-archived shortened URL at end of the URL, with that of the ARCHIVED shortened URL, and load it (hit enter).


Result: You will be presented with the edit screen for that archived dynamic URL. This worked for me today: 10/25/2019

like image 191
Jason Walker Avatar answered Sep 18 '22 19:09

Jason Walker