Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase dynamic links. How to delete custom subdomain for page.link

I have created a custom subdomain for firebase dynamic links in my project like somedomain.page.link, but i want to delete it and use this subdomain in another firebase project. Is it possible to delete it?

like image 504
Eugene Pochtarenko Avatar asked Jun 12 '18 14:06

Eugene Pochtarenko


People also ask

How to delete Dynamic link domain in Firebase?

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.)

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.

What is difference between deep link and dynamic link?

Dynamic Links are deep links into an app that work whether or not users have installed the app yet. When users open a Dynamic Link into an app that is not installed, the app's Play Store page opens, where users can install the app. After users install and open the app, the app displays the deep-linked content.

How do I unarchive a dynamic link?

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


1 Answers

The Dynamic Links console now has a "Delete domain" option in the menu that's next to the "New Dynamic Link" button.

To use a subdomain in a different project, you'll need to delete it in the current project, wait 30 days (the delete dialogue warns about this wait time), and then claim it in your other Firebase project.

like image 70
Jeff Avatar answered Nov 17 '22 01:11

Jeff