So if the backend supports it, the client will also?

Op zondag 5 juni 2016 12:52:14 UTC+2 schreef Chuck Horton:
>
> Currently Firebase does not support http2 so you need to use bundled 
> version. Once it does support http2 you could point public at 
> build/unbundled. 
>
> On Sunday, June 5, 2016 at 2:19:10 AM UTC-7, Marco Stolle wrote:
>>
>> Thanks for the info Chuck,
>>
>> in case of Firebase i have to assume http2 server push is not supported 
>> yet and serve the bundled versi.
>>
>>
>>
>> Op zaterdag 4 juni 2016 18:32:12 UTC+2 schreef Chuck Horton:
>>>
>>> In the case of Firebase when you do a firebase init point public to  
>>> build/bundled.
>>>
>>> Below is example of firebase.json I created for PSK2 for hosting on 
>>> Firebase.  See https://psk2-ec681.firebaseapp.com/ 
>>> <https://www.google.com/url?q=https%3A%2F%2Fpsk2-ec681.firebaseapp.com%2F&sa=D&sntz=1&usg=AFQjCNFY5a9_timsvWaM6Qa3csHjc1SF8w>
>>>
>>> }
>>>   "database": {
>>>     "rules": "database.rules.json"
>>>   },
>>>   "hosting": {
>>>     "public": "build/bundled",
>>>     "rewrites": [
>>>       {
>>>         "source": "**",
>>>         "destination": "/index.html"
>>>       }
>>>     ]
>>>   }
>>> }
>>>
>>>
>>> On Wednesday, June 1, 2016 at 11:23:32 PM UTC-7, Marco Stolle wrote:
>>>>
>>>> i wander how does the backend know what version of your build to serve, 
>>>> bundled or unbundled, and what if you use Firebase hosting?
>>>>
>>>> Gr Marco
>>>>
>>>>
>>>>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/12aab4fb-acee-48fe-a50c-1241a2571477%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to