If some users start seen `HNNetwork.NetworkError error 0`, this could be related to HN rate limit, i will add a friendly message for this error on the next version
If some users start seen `HNNetwork.NetworkError error 0`, this could be related to HN rate limit, i will add a friendly message for this error on the next version
Is there some caching currently? And how login is handled? Are credentials routed through your own infrastructure?
Everything is persisted on device using GRDB Credentials are stored on device keychain Nothing leaves the app, its all Firebase, HNSite and iCloud to store custom groups I dont have any infra supporting the app
I don’t think the Firebase HN API has rate limits. By the way, how many concurrent requests are you doing?
Im using Firebase API, Algolia and HN Site HN Site request are never concurrent and i only use it when i cannot use Firebase and Algolia