Skip to content

Commit 2fcbeda

Browse files
committed
Merge branch 'master' into version-3.1.3-dev
Change-Id: Ifb16bce413932637e22bdf7b818501816cb07b80
2 parents a1f8d5e + 02b5fa5 commit 2fcbeda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

auth/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ see the Firebase Auth documentation to
369369
and [register an AuthStateListener](https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuth.html#addAuthStateListener(com.google.firebase.auth.FirebaseAuth.AuthStateListener)).
370370

371371
#### ID tokens
372+
372373
To retrieve the ID token that the IDP returned, you can extract an `IdpResponse` from the result
373374
Intent.
374375

database/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ If you don't want to manually start/stop listening you can use
205205
`FirebaseRecyclerAdapter.Builder#setLifecycleOwner(...)` and FirebaseUI will automatically
206206
start and stop listening in `onStart()` and `onStop()`.
207207

208-
#### Data and error events
208+
### Data and error events
209209

210210
When using the `FirebaseRecyclerAdapter` you may want to perform some action every time data
211211
changes or when there is an error. To do this, override the `onDataChanged()` and `onError()`

0 commit comments

Comments
 (0)