Skip to content

Commit 8742482

Browse files
author
Iain McGinniss
committed
Add authentication flow diagram to README
Change-Id: I970808a198b9c3af4610fc3abe52addf8c4b12bd
1 parent 86ff10c commit 8742482

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

auth/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@ public void onClick(View v) {
222222
}
223223
```
224224

225+
### Authentication flow chart
226+
227+
The authentication flow implemented on Android is more complex than on other
228+
platforms, due to the availability of Smart Lock for Passwords. It is
229+
represented in the following diagram:
230+
231+
![FirebaseUI authentication flow on Android](flow.png)
232+
225233
### UI customization
226234

227235
To provide customization of the visual style of the activities that implement

auth/flow.png

68.7 KB
Loading

auth/flow.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)