Skip to content

Commit a626e3d

Browse files
committed
Update documentation
1 parent 26da34d commit a626e3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ The network configuration (identifier) class, authentication configuration class
105105

106106
The [bare minimum code examples](/examples/BareMinimum/) provide the basic guidelines for library usage concepts. Even though it contains more lines of code, it is still simple and understandable but efficient.
107107

108-
You can create your own wrapper class as you want that provides the callback-less, cleaner and simpler API but well managed, powerfull and reliable. See the [Wrapper example](/examples/RealtimeDatabase/Simple/Wrapper/) for how to.
108+
You can create your own wrapper class as you want that provides the callback-free, cleaner and simpler API but well managed, powerfull and reliable. See the [Wrapper example](/examples/RealtimeDatabase/Simple/Wrapper/) for how to.
109+
110+
The well managed authentication task handler allows you to access Firebase and Google Cloud services smoothly and seemlessly. Managing the authentication levels for varous apps/users under the same device is so easy with this library similarly to Firebase SDK client.
111+
112+
The zero-copy access token makes this library uses less memory when dealing with large access token API request.
109113

110114
> [!IMPORTANT]
111115
> If you are new to `Firebase` products, please read the [Project Preparation and Setup](#project-preparation-and-setup) section first.

0 commit comments

Comments
 (0)