Forward Android newly received sms to a specific Google Spreadsheet
- Follow this tutorial to set up backend API endpoint
- Note the specific fields in the google app script
- Note that you have to publish new version to update your changes in GA script to server
- Can use BetterLog to log data to a spreadsheet for debugging
- Rename the
sms_mapping.example.json
tosms_mapping.json
& update your desired regex & api endpoint - Update the data model in
SmsPayload
as needed (delete unused fields & update param names) - Run the app, and you should see newly arrived sms
- Note that there's a testing function in
main.dart
frominitState()