i have set up and successfully used Firebase dynamic links in my app. i am now trying to include Firebase Invites in the same app. i have followed the setup guide here Firebase Invites setup guide. it works as far as displaying the chooser where i select an email address (or cell number for sms), but when i press send a red snackbar appears with the message, "message failed to send" and the onActivityResult() method returns a resultCode of 3.
i have looked at all similar problems on stackoverflow but have not been able to fix the problem.
i did have a problem with the SHA-1 when setting up dynamic links in the app see my stackoverflow question here but that was resolved and the dynamic links work perfectly.
i'd appreciate any help in getting the Invites to work.thanks.