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 a1343cc commit 2ccc5b1Copy full SHA for 2ccc5b1
packages/database-compat/src/api/internal.ts
@@ -14,7 +14,10 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
-
+import {
18
+ AppCheckInternalComponentName,
19
+ FirebaseAppCheckInternal
20
+} from '@firebase/app-check-interop-types';
21
import { FirebaseApp } from '@firebase/app-types';
22
import {
23
FirebaseAuthInternal,
@@ -33,10 +36,7 @@ import {
33
36
import * as types from '@firebase/database-types';
34
37
35
38
import { Database } from './Database';
-import {
- AppCheckInternalComponentName,
- FirebaseAppCheckInternal
39
-} from '@firebase/app-check-interop-types';
+
40
41
/**
42
* Used by console to create a database based on the app,
0 commit comments