How to set up dynamic links for a Firebase project?

Since google disables the URL reduction service, I want to move my project to FDL.

I use api to shorten the URL following this: https://firebase.google.com/docs/dynamic-links/rest#create_a_short_link_from_a_long_link

and I use Postman to call api, but I keep getting this error.

{
"error": {
    "code": 400,
    "message": "Your project has not configured Dynamic Links. [https://firebase.google.com/docs/dynamic-links/rest#before_you_begin]",
    "status": "INVALID_ARGUMENT"
}
}

I am using the correct api key and project id.

+4
source share
1 answer

Had the same problem - and this is the answer I received from the firebase command:

, Dynamic Link . Firebase Dynamic Link Google Shortener, ( ) , Firebase Dynamic . iOS Android (: "my.dummy.app" ) .

, (, https://dedfgu.app.goo.gl) (https://abc123.app.goo.gl).

!

0

Source: https://habr.com/ru/post/1695809/


All Articles