Skip to content

Commit 9cae858

Browse files
committed
Update examples and documentation
1 parent 764af2e commit 9cae858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ For the concept and basic usage understanding, you should read this documentatio
361361
> [!IMPORTANT]
362362
> For new `Firebase` users, please read the [Project Preparation and Setup](#project-preparation-and-setup) section.
363363
364-
The [beare minimun examples](https://github.com/mobizt/FirebaseClient/blob/main/examples/BareMinimum/) provides the minimum code that requires by this library.
364+
The [bare minimun examples](https://github.com/mobizt/FirebaseClient/blob/main/examples/BareMinimum/) provides the minimum code that requires by this library.
365365

366366
- ### Authentication
367367

@@ -380,7 +380,7 @@ The authorization token will be refreshed or re-created automatically as long as
380380
>
381381
> Anyway, library also provides the option for less or non-secure usage which no authorization tokens are involved i.e. using database secret (`LegacyToken`) for Realtime database and using no authorization token (`NoAuth`) if the security rules are allowed (see the [Project Preparation and Setup](#project-preparation-and-setup) section).
382382
>
383-
> You can get started using this library with these [beare minimun examples](https://github.com/mobizt/FirebaseClient/blob/main/examples/BareMinimum/) or these [simple Realtime database examples](https://github.com/mobizt/FirebaseClient/blob/main/examples/RealtimeDatabase/Simple) which using database secret and no token, which are similar to the other legacy Firebase library usage.
383+
> You can get started using this library with these [bare minimun examples](https://github.com/mobizt/FirebaseClient/blob/main/examples/BareMinimum/) or these [simple Realtime database examples](https://github.com/mobizt/FirebaseClient/blob/main/examples/RealtimeDatabase/Simple) which using database secret and no token, which are similar to the other legacy Firebase library usage.
384384
>
385385
> For secure and more elaborate usages, you have to read the documentation thouroughly and follow the library provided examples to get familiar with the library usage.
386386

0 commit comments

Comments
 (0)