#freebo-Metadata
1 messages · Page 1 of 1 (latest)
It's a uuid so I think that's fine
I'm just not sure what the best way of handling this is
Once the user has a subscription he can access new parts of the app so right now I just have subscription: false in the user object stored in the database, that needs to change to subscription: true once the order is complete which seems like a horrible way of doing it
So you're trying to leverage the metadata of uuid?
I'd use the uuid to update the corresponding user object
I think that makes sense