I’m using the firebaseInvites plugin by Scott T. I’m looking for some experienced-based best practices and guidance on how to implement the process.
For the first version of my application, I will allow the user to invite friends via SMS or Email. I’ve tested the sending of the SMS invite and it works; to the extent that the other device receive the message.
-
There is a default link to the play store in the message, I’m not clear on where that is coming from and how to modify it? I have a unique Google ClientID for my app, already in the code, if that matters
-
Does the deep link trigger a post-install action? i.e. Can I use the deep link to make a REST call that creates the user relationship in my remote SQL database? If not, how can I associate the users to each other? Or do I have to rely on one of them to search for the other and add them manually through my app?