firebase-admin-go
firebase-admin-go copied to clipboard
Add LinkDomain to ActionCodeSettings
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