I wanted to save Firebase data via the admin panel. I have everything set up and ready to save data. When I save the data, this data appears in italics in the Firestore and I cannot pull this data from my normal application. What should I do to solve this? Thanks.
I leave images that I can show as examples.
Here, I throw the data I get into a HashMap and send it to the function to save it in Firestore, it enters the Firestore, but this record is italicized and I cannot read this data. The problem is right here. (Example 1)
When I try to save the data manually on the Firestore, it records without any problems and I can read this data from the application. (Example 2, Example 3)