user metadata question
# bot-training
r
When should i use supertokens' metadata recipe vs storing the metadata in my own db?
SuperTokens user metadata recipe doesn't allow querying based on the metadata fields, but only via the userId. So if you want to search by metadata field across users, you should use your database instead.
st-bot-test-case