Live data from Hacker News

Show HN: I built an open-source SwiftUI app with an Airtable back end

github.com

1–10 of 47 posts

Re: Show HN: I built an open-source SwiftUI app with an Airtable back end

#3
I already use Airtable as a backend for some small internal tools. It definitely does the job but there are some moments where I feel it might be easier and more flexible just to create something on Firebase. From an API perspective storing and retrieving objects in both is equally as easy.

The only reason I went with Airtable is because I needed a GUI to add data manually.

Re: Show HN: I built an open-source SwiftUI app with an Airtable back end

#5

I already use Airtable as a backend for some small internal tools. It definitely does the job but there are some moments where I feel it might be easier and more flexible just to create something on Firebase. From an API perspective storing and retrieving objects in both is equally as easy. The only reason I went with Airtable is because I needed a GUI to add data manually.

100%. I love Firebase's speed but digging into the data and modifying it through their console is a total pain.

Re: Show HN: I built an open-source SwiftUI app with an Airtable back end

#7
post #6

This is really cool! I’ll definitely take a look at this and maybe fork it when we get onto looking at native apps. We have built a web app ( https://stacker.app ) for people who want to use an Airtable backend.

Nice! I'll check Stacker out!

Re: Show HN: I built an open-source SwiftUI app with an Airtable back end

#9

I already use Airtable as a backend for some small internal tools. It definitely does the job but there are some moments where I feel it might be easier and more flexible just to create something on Firebase. From an API perspective storing and retrieving objects in both is equally as easy. The only reason I went with Airtable is because I needed a GUI to add data manually.

Currently migrating a data-heavy Firebase project to plain boring Django. We didn't need the realtime and offline features of Firebase and it's a massive pain to work with.

A regular SQL database and a good ORM is so much more productive. Servers have terabytes of RAM these days.

Post reply on HN