问题
I'm trying to create a dynamic link in the firebase web console but I'm getting this error:
An error occurred when creating a new Dynamic Link
If I inspect in the developer console I can see this error.
{code: 400, message: "Request contains an invalid argument.", status: "INVALID_ARGUMENT"}
回答1:
You need to include the deep link you're trying to add to your Whitelist URL patterns. That will fix the issue.
来源:https://stackoverflow.com/questions/55259159/firebase-console-create-dynamic-link-error