Is there a way to test Firebase Dynamic Links in FlutterFlow from the local PREVIEW emulator?
My app sends the user to an external web page (to complete auth with an external site) then pointing them to a dynamic link to return to the app. But can’t think how could test this as the linked URL/domain won’t resolve to the local preview session?!?
Thank you.