- Update Google Sheets tab if needed (for lat/long, can use Geocode G Sheets extension)
- Export to JSON (can use Download JSON G Sheets extension)
- Add the JSON to this repo's BuildingJSONs directory
- Make sure there are no null buildingIDs - happens if there are blanks in the spreadsheet.
- Update export filename in import file
- $ export the secret keys stored in LastPass
- In Firestore rules, change line 5 to 'allow read, write: if true;' (add write)
- $ yarn import-data
- Remove 'write' from Firestore db rules