See #scouting-app on Slack for details on why this is desirable. Currently, I feel the best way to do this is to add generic hooks that run when matches are stored/deleted, and then add default hooks that sync the changes to a Google Sheet.
It may be useful to look at the Google Sheets API documentation.
See
#scouting-appon Slack for details on why this is desirable. Currently, I feel the best way to do this is to add generic hooks that run when matches are stored/deleted, and then add default hooks that sync the changes to a Google Sheet.StorageHooksobject with configuration options that can be passed in as parameters (API key and spreadsheet ID)Configobject).onSaveMatchhook to add matches to a Google SheetonDeleteMatchhook to remove matches from the spreadsheetIt may be useful to look at the Google Sheets API documentation.