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.
202
+
203
+
:::
204
+
201
205
### Data querying
202
206
203
207
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