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 ...