We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff29f6 commit 62a2cfcCopy full SHA for 62a2cfc
packages/database-compat/src/index.ts
@@ -25,7 +25,7 @@ import * as types from '@firebase/database-types';
25
import { name, version } from '../package.json';
26
import { Database as DatabaseCompat } from '../src/api/Database';
27
import * as INTERNAL from '../src/api/internal';
28
-// rename the imports to avoid conflicts with imports that will be added by "yarn add-compat-overloads"
+// rename the imports to avoid conflicts with imports that will be added by "yarn add-compat-overloads" during a release build
29
import { DataSnapshot as DataSnapshotCompat, Query as QueryCompat, Reference } from '../src/api/Reference';
30
31
const ServerValue = DatabaseCompat.ServerValue;
0 commit comments