You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase finally allows dynamic long urls to be shorten via a REST api.
Unfortunately this is not available in the SDK yet. But it is not hard to do.
Hopefully this will make our share urls a little bit nicer.
Firebase finally allows dynamic long urls to be shorten via a REST api.
Unfortunately this is not available in the SDK yet. But it is not hard to do.
Hopefully this will make our share urls a little bit nicer.
Here is more info: https://firebase.google.com/docs/dynamic-links/short-links
I think a best way to do it would be to display a
ProgressDialog
to shorten the url. Then we can fire share intent.This example with SHORT param would be feasible. As an API_KEY, our web api key from
BuildConfig
can be used.The text was updated successfully, but these errors were encountered: