Building Fast Web Experiences with Firebase Hosting (Google I/O '17)

preview_player
Показать описание
We all want a fast page load, but there's a lot of factors in the way. Dealing with network latency, managing code size, and serving content to users across the globe in just a few seconds is not an easy task. Firebase Hosting has powerful tools like a global CDN cache and HTTP/2 to help you get your page loaded fast. Come join and pull up the Chrome Dev Tools. This talk will teach you how to profile slow loads and use Firebase Hosting features to speed them up.

#io17 #GoogleIO #GoogleIO2017 event: Google I/O 2017; re_ty: Publish;
Рекомендации по теме
Комментарии
Автор

David is definitely my favorite Googler c:

fronbasal
Автор

11:27 DID YOU NEED A CALCULATOR TO DO 6 x 4??

dontreadthis
Автор

I learned a lot of things in this video. Valuable information.

TDAK
Автор

Is it still the case that say I wanted a different web App (functionally, but sharing the same auth, database etc, say project 'A') in three different subdomains, I would need a separate project for each? In that case do I use the same firebase config from project A in the other two Apps / projects? Does that then clash with environment configuration of the other two projects?
This is the one thing I'm still quite confused by / apprehensive about with hosting. Thanks

Edit: To clarify, something like the Firebase website itself, whee you have firebase.google.com and console.firebase.google.com, which presumably are two different apps, how would that be implemented in the context of this setup? Thanks

Sam-emic
Автор

Quite excited about this new feature. Would love a more detailed blog post/Live Coding session for React+redux progressive web app

usasikh
Автор

Firebase just keeps on getting cooler! :D

andrewgremlich
Автор

With all the new hosting Features, is it already possible to host a full node app on there?

FelixRenex
Автор

hello
I am trying to connect to connect custom domain with firebase web hosting but it always shows "needs setup".
Please help me

in.abhijeetbharti
Автор

Great video, but the code at the end using expressjs does not work on Cloud Functions (?) And I think there are typos in code also. Am I doing something wrong? I have included express in package.json. When I depoly firebase, not even the NewJS-way works; the console just returns an error on "import * ... " . What have I missed. I can use whatever NodeJS I want in Cloud Functions right? Please explain why Cloud Functions does not support the code explained/given in the video.

thanks

rasmusu.relling
Автор

Is it possible to host Angular Universal Project in Firebase Hosting?

DanielAlvarezA
Автор

How do I download files which have been deploy

Ekosusiloharjo
Автор

Firebase Hosting as Cloud Functions gateway (20m50s / 22m07s) ... Great ! :D

DenisTRUFFAUT