Skip to content

Commit

Permalink
Projekt: Firebase – zabezpieczenie dostępu do danych
Browse files Browse the repository at this point in the history
  • Loading branch information
plumcoding committed Feb 27, 2024
1 parent 59d46f0 commit b38108f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
- [x] [Routing](docs/05-routing/README.md)
- [x] [Globalny stan aplikacji - Context API](docs/06-context/README.md)
- [x] [TypeScript](docs/07-typescript/README.md)
- [ ] [Testy jednostkowe](./docs/08-testy-jednostkowe/README.md)
- [ ] [Testy E2E](./docs/09-testy-e2e/README.md)
- [x] [Testy jednostkowe](./docs/08-testy-jednostkowe/README.md)
- [x] [Testy E2E](./docs/09-testy-e2e/README.md)
- Firebase
- [ ] [Podstawy](./docs/10-firebase-podstawy/README.md)
- [x] [Podstawy](./docs/10-firebase-podstawy/README.md)
- [ ] [Zabezpieczenie dostępu do danych](./docs/11-firebase-auth/README.md)
31 changes: 31 additions & 0 deletions docs/11-firebase-auth/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Projekt: Firebase – uwierzytelnianie i autoryzacja

## Logowanie

Stwórz widok logowania użytkownika.

![](./assets/01-sign-in.png)

Na potrzeby weryfikacji poprawności działania formularza, stwórz konto z poziomu konsoli Firebase.

## Rejestracja nowego konta użytkownika

Stwórz widok rejestracji nowego użytkownika.

![](./assets/02-sign-up.png)

## Koszyk

Zabezpiecz dostęp do koszyka tylko dla zalogowanych użytkowników.

Użytkownik powinien widzieć tylko produkty we własnym koszyku.

![](./assets/03-basket.png)

---

💯

Zabezpiecz dane na poziomie reguł Firebase.

---
Binary file added docs/11-firebase-auth/assets/01-sign-in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/11-firebase-auth/assets/02-sign-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/11-firebase-auth/assets/03-basket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b38108f

Please sign in to comment.