Remix.run Logo
maguszin a day ago

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

nicce a day ago | parent | next [-]

Is there some caching currently? And how login is handled? Are credentials routed through your own infrastructure?

maguszin a day ago | parent [-]

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

tulio_ribeiro a day ago | parent | prev [-]

I don’t think the Firebase HN API has rate limits. By the way, how many concurrent requests are you doing?

maguszin a day ago | parent [-]

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