I done all the implementation of Firebase Invites in my android app through Firebase invites.
If new user(device) install my app through Firebase Invite, I will give some credits to that user.
Here: - How is validation done for user who has already installed the app?
If the validation is not done from Firebase end then is there any way to do it??
Do I have to generate my own reference code or will it be generated by firebase?