>Don't share sensitive data with 3rd party.<p>Correct me if I'm wrong but it stores the data on Google's servers in which case you're actually sharing it with a third party.
"What's a PWA?"<p><a href="https://developers.google.com/web/progressive-web-apps/" rel="nofollow">https://developers.google.com/web/progressive-web-apps/</a>
I used to log every spending in an expense manager before but found it redundant. Now I've built a selenium utility that logs into my bank account every morning (deployed on cloud), calculates my last day's spending and remaining budget and sends me an sms at 8:30 on how much I've left to spend today and savings projection! Haven't touched any finance app ever since
This (and basically most PWA's) could use RemoteStorage [1] perfectly, to be independent of Google.<p>[1] <a href="https://remotestorage.io/" rel="nofollow">https://remotestorage.io/</a>
My solution is to use GnuCash with a git repository. I then use Google Keep to make notes of expenses on the go and once every few weeks I copy them in to the accounts. That way I get the full power of accounting software, with control of my data.
Deja vu <a href="https://news.ycombinator.com/item?id=14279653" rel="nofollow">https://news.ycombinator.com/item?id=14279653</a>
That looks great. I've just only just finished writing an automated importer of bank transactions into a spreadsheet, but I've been using Airtable instead. I was going to write some interface, but maybe this can be reused instead...
nice one. something like this has been on my "things to build when i get some spare time" list for a while; i've used a bunch of budgeting and expense tracker apps and never found one that quite ticked all of my boxes.<p>thanks for sharing :)