We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ec786 commit 2ef30e4Copy full SHA for 2ef30e4
database/README.md
@@ -205,7 +205,7 @@ If you don't want to manually start/stop listening you can use
205
`FirebaseRecyclerAdapter.Builder#setLifecycleOwner(...)` and FirebaseUI will automatically
206
start and stop listening in `onStart()` and `onStop()`.
207
208
-#### Data and error events
+### Data and error events
209
210
When using the `FirebaseRecyclerAdapter` you may want to perform some action every time data
211
changes or when there is an error. To do this, override the `onDataChanged()` and `onError()`
0 commit comments