Posts

Showing posts with the label express

Sign in using firebase

Image
Introduction to Authentication with Firebase I want to continue my exploration of firebase by going through the authentication service provided by firebase. If you navigate to the  firebase console  and select the project you are working on, select  Authentication  from the left sidebar then select  SIGN-IN METHOD you'll see the seven ways you can allow your user to login. (If you haven't read my previous tutorials in this series, I highly recommend going through the first tutorial on  firebase's real-time database  where other than learning how to use the database, I also go through setting up the project. Then, if you are interested, but not required, you can read the other tutorial on  storage ) 01. Setup The setup will be exactly the same as in  firebase's real-time database . We have an HTML and a JavaScript file. The html is going to be slightly different though <!DOCTYPE html> <html lang= "en" > <head> <meta c