Firebase Authentication Tutorial with Private Routes in React and Vue

Опубликовано: 08 Октябрь 2024
на канале: Justin Brooks
10,086
235

Today we'll create both a React and Vue application where we use firebase authentication with router guards to allow users to sign in with a custom email address. It will have a total of 3 pages, one for signing up, another for logging, and a home page that is only accessible if the user is authenticated.


#Firebase #Auth


✨ SOCIAL ✨
Website - https://codingwithjustin.com
Discord - https://codingwithjustin.com/discord
Twitter -   / jsbroks  


⚡ RESOURCES ⚡
Write up - https://codingwithjustin.com/content/...
React Code - https://github.com/codingwithjustin/f...
Vue Code - https://github.com/codingwithjustin/f...


⭐ TIMESTAMPS ⭐
0:00 - Overview
0:44 - Firebase
1:25 - React
5:05 - Vue
8:50 - Conclusion