#freebo-Metadata

1 messages · Page 1 of 1 (latest)

lean whale
#

Hi, if it has any PII, I would not recommend passing that in the metadata.

light fulcrum
#

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

lean whale
#

So you're trying to leverage the metadata of uuid?

light fulcrum
#

I'd use the uuid to update the corresponding user object

lean whale
#

I think that makes sense