Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.07 KB

File metadata and controls

19 lines (12 loc) · 1.07 KB

Using Firebase Authentication

Table of Contents:

Introduction

If you are building a website that requires login, and you wish to allow users to securely login with username and password, a google account, facebook account, etc. then you can use firebase authentication!

First, you will need to login to Firebase, click the console button on the top right corner, create a new project as instructed, under build, click on authentication. Then, follow the instruction in the source linked under the external resources section below which will help you in setting up authentication for users in firebase.

External Resources

Below is a tutorial in learning the firebase authentication on websites. You can perform authentication of the users using Email and Password, Facebook, google, and much more. See the website tutorial for more details.

Firebase Authentication