Skip to content

Commit

Permalink
docs(database): fix indefinite article in usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Mar 5, 2023
1 parent 06a6f69 commit 257d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import database from '@react-native-firebase/database';
const reference = database().ref('/users/123');
```

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.
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.

```js
import { firebase } from '@react-native-firebase/database';
Expand Down

1 comment on commit 257d19c

@vercel
Copy link

@vercel vercel bot commented on 257d19c Mar 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.