firebase-admin-go icon indicating copy to clipboard operation
firebase-admin-go copied to clipboard

Add LinkDomain to ActionCodeSettings

Open graeme-verticalscope opened this issue 7 months ago • 2 comments
trafficstars

Discussion

Add the LinkDomain field to the ActionCodeSettings struct, this new field enables migrating off of firebase dynamic links, which is deprecated and will be unsupported soon.

See issue https://github.com/firebase/firebase-admin-go/issues/681

Testing

Unit test is updated to check that linkDomain is set correctly in the action code settings map.

I haven't tested the backend service to confirm it will accept this new parameter, but it looks like this should be the only change required, since the nodeJS SDK already includes the linkDomain field.

API Changes

N/A

graeme-verticalscope avatar Apr 09 '25 15:04 graeme-verticalscope