Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence authored Aug 10, 2023
1 parent 1d33b10 commit a39a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Firebase supports [multiple databases per project now](https://cloud.google.com/
so you can specify the database ID in the options:

```rust
let db = FirestoreDb::with_options(
FirestoreDb::with_options(
FirestoreDbOptions::new("your-project_id".to_string())
.with_database_id("your-database-id".to_string()),
)
Expand Down

0 comments on commit a39a9e6

Please sign in to comment.