I want to implement a trial feature on Android and would like to make it somewhat difficult to circumvent but it doesn't have to be perfect. I'm hoping Firebase can help with this. Do they somehow know things like the original install time of a user and is that kept across reinstalls?
Thanks.
Edit: Right now I'm thinking I could store the install time tied to ANDROID_ID and that might be good enough but if anyone has any suggestions of an better/easier way to do this please let me know.