Viewing profile — sararob
sararob
HN member- Joined
- Thu, Feb 14, 2013, 3:42 AM UTC
- HN karma
- 175
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About sararob
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #19901642
Article author here. To access the dataset you need to be logged in with a Google account. Details here: https://github.com/GoogleCloudPlatform/ai-platform-text-clas...
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #9500718
[Firebase Developer Advocate] Firebase does work offline if your app loses network connectivity temporarily (details here: https://www.firebase.com/docs/web/guide/offline-capabilit…
- story
-
comment
Comment #8547899
If you scroll down to the "Fireside Chats" section on the customers page ( https://www.firebase.com/customers/ ) you can see some examples
-
comment
Comment #8426846
[Firebase Dev Advocate] This is great, thank you for sharing!
-
comment
Comment #8424583
[Firebase Dev Advocate] Glad you're enjoying Firebase! Attaching a listener to the "items" Firebase is disabled. This is because it would send every item from HN to your computer. …
-
comment
Comment #8424302
If you use the Firebase SDKs the request is sent over a reused full duplex socket rather than creating new/individual connections.
-
comment
Comment #8423493
We establish a websocket connection and fall back to long polling when appropriate. This SO question has more details: http://stackoverflow.com/questions/12591011/firebase-with-mo.…