Show HN: I built an open-source SwiftUI app with an Airtable back end
1–10 of 47 posts
Re: Show HN: I built an open-source SwiftUI app with an Airtable back end
#2I've been exploring using AirTable as a potential back-end for read-sometimes/write-rarely data.
Re: Show HN: I built an open-source SwiftUI app with an Airtable back end
#3The 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
#4Nice work! I've been exploring using AirTable as a potential back-end for read-sometimes/write-rarely data.
Re: Show HN: I built an open-source SwiftUI app with an Airtable back end
#5I 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
#6We have built a web app (https://stacker.app) for people who want to use an Airtable backend.
Re: Show HN: I built an open-source SwiftUI app with an Airtable back end
#7This 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.
Re: Show HN: I built an open-source SwiftUI app with an Airtable back end
#8Re: Show HN: I built an open-source SwiftUI app with an Airtable back end
#9I 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.
A regular SQL database and a good ORM is so much more productive. Servers have terabytes of RAM these days.
Re: Show HN: I built an open-source SwiftUI app with an Airtable back end
#10Their GraphQL API is neat.