Could we have a collection with missing parameters (ie. country) and upload the missing parameters after? For example, uploading the missing parameter (or parameters) after a document is added in firestore (using a trigger after each creation, update, deletion).
Edit:
To be clear, the collection won't have the parameter but the schema will have it. We add the parameter to that record after each modification.
Description
Using this schema:
firestore collection:
Could we have a collection with missing parameters (ie. country) and upload the missing parameters after? For example, uploading the missing parameter (or parameters) after a document is added in firestore (using a trigger after each creation, update, deletion).
Edit:
To be clear, the collection won't have the parameter but the schema will have it. We add the parameter to that record after each modification.