How do I delete/remove dynamic links in firebase?

11,563

Solution 1

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.

Solution 2

Update December 11th, 2017: You can now do this! From the Firebase console, select the little three dots next to your link and then choose the "Archive Link" option from the pop-up menu. This will essentially delete it for all intents and purposes. (The deleted link will still work, but it'll no longer show up in the Firebase console.)

Archived link

Share:
11,563
ethanneff
Author by

ethanneff

Updated on June 15, 2022

Comments

  • ethanneff
    ethanneff about 2 years

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

    remove dynamic links in Firebase