Ask HN: Build a chat functionality in iOS app
2 comments
Take a look at this iOS open source project: https://github.com/firebase/firechat-ios
It's a basic chat app built around Firebase as a backend.
It's a basic chat app built around Firebase as a backend.
Have a look at this, might be useful:
https://goinstant.com/
https://goinstant.com/
With my limited experience in building iOS app, I guess that this would essentially send push notifications back and forth for chat. Are there any best practices on building something which will be cheap and could scale at least decently.
Any general pointers on building this?