The Developer Show — TL;DR 108
The Developer Show is where you can stay up to date on all the latest Google Developer news, straight from the experts.
Have a question? Use #AskDevShow to let us know!
Google I/O 2018 schedule update
The Google I/O 2018 schedule just got a big update! On it, you can find additional sessions and codelabs, as well as new App Reviews, Office Hours, and After Hours events. Head on over to the post for links and info on how to reserve your seat or view the livestream.
Protecting users with TLS by default in Android P
For Apps that target Android P, TLS or Transport Layer Security is the default. To learn how to update your app, including how to make cleartext connections when necessary, take a look at the post.
What’s New In DevTools: Chrome 67
Chrome 67 introduces several new features and changes to DevTools including the ability to search across all network headers and CSS variable value previews in the Styles pane. All the details with screenshots are on the post.
Kayenta: Automated canary analysis
Google and Netflix recently announced Kayenta, an open-source automated canary analysis service that allows teams to reduce risk associated with rolling out deployments to production at high velocity. Kayenta is integrated with Spinnaker, an open-source multi-cloud continuous delivery platform. All the details and links to get started are on the post.
Cloud Endpoints: a new way to manage API configuration rollout
Google Cloud Endpoints is a distributed API gateway that you can use to develop, deploy, protect, and monitor APIs that you expose. You can now configure Cloud Endpoints to use a new managed rollout strategy that automatically uses the latest service configuration without having to re-deploy or restart it.
Version history support for Cloud Firestore Security Rules
We recently added Version History to Cloud Firestore Security Rules. For any Cloud Firestore project, you can now browse all previously published versions of Rules, view the differences between the previous and current versions, and edit the current version. Details and screenshots are on the post.
Time to Upgrade from GCM to FCM
In 2016, we introduced Firebase Cloud messaging as the next evolution of Google Cloud Messaging. It includes a host of new features such as an intuitive notifications interface in the Firebase console, better reporting, and native integrations with other Firebase products. We’re excited to devote more time and attention to improving FCM, which is why the GCM server and client APIs have been deprecated and will be removed as soon as April 11th, 2019 — meaning you will need to upgrade to FCM within a year. Of course, we recommend you upgrade sooner rather than later. A step-by-step migration guide is linked from the post.