mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-06 08:23:35 +08:00
docs(dynamic-links): add set up docs (#3624)
* docs(database): forEach docs * docs(app): update 'apps' example * docs(dynamic-links): ios setup * docs(dynamic-links): update setup docs * docs(*): format markdown * docs(dynamic-links): capitalisation of products * docs(dynamic-links): update * docs(dynamic-links): spelling * docs(dynamic-links): spelling
This commit is contained in:
@@ -166,6 +166,8 @@ const scores = database()
|
||||
.once('value');
|
||||
```
|
||||
|
||||
Please note that the ordering will not be respected if you do not use the `forEach` method provided on the `DataSnapshot`.
|
||||
|
||||
#### Limiting
|
||||
|
||||
You can limit the number of results returned from a query by using one of the `limitToX` methods. For example, to limit to the
|
||||
|
||||
Reference in New Issue
Block a user