You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `off` method requires the same `ref` as specified on the corresponding `on` method. The event handler specified in the `on` method must be unique. If a common event handler is used for multiple events, an anonymous function can be used to invoke the common handler.
201
+
202
+
:::
203
+
200
204
### Data querying
201
205
202
206
Realtime Database provides support for basic querying of your data. When a reference node contains children, you can both order & limit the returned results.
0 commit comments