Viewing profile — davideast
davideast
HN member- Joined
- Tue, May 13, 2014, 6:37 PM UTC
- HN karma
- 23
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About davideast
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #17425464
That is not true. The default access is only to authenticated users.
-
comment
Comment #17425458
No it does not. By default it locks down your empty database to only authenticated users.
-
comment
Comment #14752517
Yep, more wording was bad. In HTTP/2 it's all parallel.
-
comment
Comment #14752511
Sorry, wrote this before coffee. I was referring to H/2 eliminating head-of-line blocking. HTTP/2 gives you one TCP connection for multiple requests rather than the 7 connection li…
-
comment
Comment #14752130
HTTP/2 happened. HTTP/2 allows you to send HTTP requests over a single TCP connection per domain. Headers are compressed. The request overhead is minimal compared to HTTP/1.x. Cach…
-
comment
Comment #14729873
I highly recommend using Workbox: https://workboxjs.org/ . One of the more gnarly parts of ServiceWorker is having to clean up old caches during a version change. The workbox-build…
-
comment
Comment #12535171
Hello, Firebase YouTuber, Slacker, AngularFire contributor, and Stackoverflower here. Feel free to ping me personally in the Slack channel (davideast) of via email (david@firebase.…
- story
-
comment
Comment #8423100
[Firebase Employee] If you use the SDKs, we handle the connection and all of the data is sent over a reused full duplex socket rather than individual requests. https://www.firebase…