Threadser.net
數據
關鍵字
Threads
Login
串文
串文鏈結
2024-09-01 20:57
Developers! I’m curious. What do you use for real-time database and backend services (for mobile apps)? I’ve been using Firebase to develop my new app, and so far it looks like it does the job. But how does it hold up beyond the MVP? developers
讚
65
回覆
29
轉發
2
作者
Paul from WHAD | AI Startup Founder
paulfromwhad
粉絲
串文
32+
讚
回覆
轉發
24小時粉絲增長
無資料
互動率
(讚 + 回覆 + 轉發) / 粉絲數
Infinity%
回覆 (BETA)
最先回覆的內容
發文後
用戶
內容
18 分鐘內
rogue
kepler.cafe
I've built and deployed many apps with firebase. It is trivial to tie it into a swift project, and I've never had any issues.
3 小時內
Nibble Cid
nibblecid
For little projects Firebase is Ok. If you need to make complex queries in the near future, consider using another DB.
4 小時內
SENTINELITE
sentinelite
On the iOS side of things: - CloudKit is a (reliable, non-real-time) relic. - SharePlay works great... but doesn't have persistence. (Think Multiplayer) So Apple tremendously drops the ball here. I'd advise anyone looking for realtime to look into custom backends or other solutions, sadly...
15 小時內
Dame Teferi
dame_teferi
Good. But how about AWS?
18 小時內
Yery Fhc
yerytech
You need check Supabase
19 小時內
𝓗𝓾𝓾 𝓟𝓱𝓾𝓬
_.hp.unicorn
Firebase is only for short term. If you want to go further, try to use AWS or GCP cloud. Or rebuild the architecture and use MQ to push data
4 天內
Nate
og.nathan
Rather not handcuff my app to a proprietary PaaS when you can achieve the same functionality with open source options