© Carlos Rojas 2021
C. RojasBuilding Native Web Componentshttps://doi.org/10.1007/978-1-4842-5905-4_10

10. Publishing

Carlos Rojas1 
(1)
Medellin, Colombia
 

Congratulations! We now have our web app, using Vue.js and Web Components, but we want to share our app with the world. Firebase Hosting can help us to make our app public, and Firebase Authentication allows us to add an authentication system and register users and associated notes to each one.

Adding Firebase Authentication

Through its software development kit, Firebase Authentication gives us a secure method by which to add authentication in our JavaScript app. We must, however, choose the sign-in providers that we are going to support in our app. You can choose between the most popular, such as ...

Get Building Native Web Components: Front-End Development with Polymer and Vue.js now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.