What is the recommended way to store fields that require restricted characters in firebase?
I am currently working on a calorie-tracking app that uses Firestore. I used Firestore to store food items in a document. However, some of these food items contain restricted characters ('~', '*', '/', '[', or ']') that are not allowed…