Skip to content

Commit 257d19c

Browse files
committed
docs(database): fix indefinite article in usage docs
1 parent 06a6f69 commit 257d19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/database/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import database from '@react-native-firebase/database';
5050
const reference = database().ref('/users/123');
5151
```
5252

53-
NOTE: To get a reference to a database other than an 'us-central1' default database, you must pass the database URL. You can find your Realtime Database URL in the Realtime Database section of the Firebase console.
53+
NOTE: To get a reference to a database other than a 'us-central1' default database, you must pass the database URL. You can find your Realtime Database URL in the Realtime Database section of the Firebase console.
5454

5555
```js
5656
import { firebase } from '@react-native-firebase/database';

0 commit comments

Comments
 (0)