Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I delete/remove dynamic links in firebase? [closed]

Where is the delete/remove button to remove dynamic links/deep links within a Firebase project?

remove dynamic links in Firebase

like image 513
ethanneff Avatar asked May 27 '16 14:05

ethanneff


People also ask

Do Firebase dynamic links expire?

As far as I know, dynamic links work for as long as your firebase project active. I used some dynamic links more than one year after they were created. I didn't see anything about any time limits in the documentation.

How do you debug a Firebase dynamic link?

To help you debug your Dynamic Links, you can preview your Dynamic Links' behavior on different platforms and configurations with an automatically-generated flowchart. Generate the flowchart by adding the d=1 parameter to any short or long Dynamic Link. For example, example. page.

What are Firebase dynamic links?

Dynamic Links are smart URLs that allow you to send existing and potential users to any location within your iOS or Android app. They survive the app install process, so even new users see the content they're looking for when they open the app for the first time. Dynamic Links are no-cost forever , for any scale.

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

It's not currently possible to remove existing links without removing the entire project. Just remove the link placement instead and create a new link if necessary.

like image 160
liveleweekend Avatar answered Oct 02 '22 07:10

liveleweekend