File tree Expand file tree Collapse file tree
src/routes/docs/tutorials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 .setProject("<YOUR_PROJECT_ID>"); // Replace with your project ID
5454
5555export const account = new Account(client);
56- export const database = new Databases(client);
56+ export const databases = new Databases(client);
5757```
Original file line number Diff line number Diff line change 5252 .setProject("<YOUR_PROJECT_ID>"); // Replace with your project ID
5353
5454export const account = new Account(client);
55- export const database = new Databases(client);
55+ export const databases = new Databases(client);
5656```
Original file line number Diff line number Diff line change 5252 .setProject("<YOUR_PROJECT_ID>"); // Replace with your project ID
5353
5454export const account = new Account(client);
55- export const database = new Databases(client);
55+ export const databases = new Databases(client);
5656```
You can’t perform that action at this time.
0 commit comments