We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e86767 commit 610d9f3Copy full SHA for 610d9f3
database/README.md
@@ -202,7 +202,7 @@ protected void onStop() {
202
If you don't want to manually start/stop listening you can use
203
[Android Architecture Components][arch-components] to automatically manage the lifecycle of the
204
`FirebaseRecyclerAdapter`. Pass a `LifecycleOwner` to
205
-`FirebaseRecyclerAdapter.Builder#setLifecycleOwner(...)` and FirebaseUI will automatically
+`FirebaseRecyclerOptions.Builder#setLifecycleOwner(...)` and FirebaseUI will automatically
206
start and stop listening in `onStart()` and `onStop()`.
207
208
### Data and error events
0 commit comments