I am working with two collections:
Agency:
- id
- title
- description
Packs:
- id
- offer
- agency (map: {businessId (string), title (string), description(string) })
Agencies can have many packs, but each pack can only have one agency.
In Firebase
Do I have to manually enter the information for the reference map, or is it done automatically? I come from SQL.