Skip to content

Commit 86297b9

Browse files
Merge branch 'mrschmidt/optrtdburl' of github.com:firebase/firebase-js-sdk into mrschmidt/optrtdburl
2 parents dfa6b5d + 452c9b6 commit 86297b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/great-dolphins-tie.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/database": patch
3+
---
4+
5+
The SDK can now infer a default database URL if none is provided in the config.

packages/database/test/database.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import { expect } from 'chai';
1919
import firebase from '@firebase/app';
20-
import { DATABASE_ADDRESS, createTestApp, DATABASE_URL } from './helpers/util';
20+
import { DATABASE_ADDRESS, createTestApp } from './helpers/util';
2121
import '../index';
2222

2323
describe('Database Tests', () => {

0 commit comments

Comments
 (0)