Currently I am using Google URL Shortener
to convert long url to short . Now I move to FireBase DynamicLink.
In FireBase Console I have added a project . After adding the project, i got a WebAPI Key . With in that project we need to register a app ( like IOS, Android).Then only I get dynamicLinkDomain.Using that url I can convert long url to Short url .
My questions are
is it possible to get DynamicLink Domain without adding/registering app within the project ?? if it is yes, then how?
if i delete the app from the project ,Can i still use dynamicLinkDomain further for creating ShortLinks?.