Sometimes a dynamic link is accidentally archived.
But doesn’t have any option show archived dynamic link list.
BTW
You have a way to unarchived this dynamic link.
# Use POST API update this dynamic link Find your filebase console auth data You can edit dynamic link data and then catch request when save it.
Find this request https://firebasedurablelinks-pa.clients6.google.com/v1/updateDurableLink?alt=json&key=<YOUR KEY> and copy header
Build POST data curl --location --request POST 'https://firebasedurablelinks-pa.clients6.google.com/v1/updateDurableLink?alt=json&key=<YOUR KEY>' \ --header 'Authorization: <YOUR Authorization>' \ --header 'Origin: https://console.
...