I have an app in which a user can have a "paid" or "free" status. A user can switch from "free" to "paid" (if he does an in app purchase) or from "paid" to "free" if he stops to pay its subscription.
Can I use a dynamic user property to track the information in Firebase ?
In the doc it is not clear if it is allowed to have a dynamic user property value that can change over time (https://support.google.com/firebase/answer/6317519?hl=en)
If it is not a good practice, how is it possible to do such a thing ?
Thanks