Skip to content

Commit 74d0875

Browse files
Update README.md
1 parent c22fe36 commit 74d0875

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
A sample [Remix](https://remix.run/docs) Application showing account creation, login, logout and forgot password using Firebase
44

5+
---
6+
7+
check out video here: https://www.youtube.com/watch?v=ZUVztkkY218
8+
9+
---
10+
511
## Firebase Config and How it Works
612

713
- the application uses the [`firebase client SDK`](https://firebase.google.com/docs/auth/web/manage-users) to get the `token` from user authentication and saves it in a `cookie` on the server, using the [`firebase-admin SDK`](https://firebase.google.com/docs/auth/admin/manage-cookies) sdk to verify the token in the cookie is still valid

0 commit comments

Comments
 (0)