- import mod from "../../database/index.js";
- export const FirebaseDatabaseError = mod.FirebaseDatabaseError;
- export const ServerValue = mod.ServerValue;
- export const enableLogging = mod.enableLogging;
- export const getDatabase = mod.getDatabase;
- export const getDatabaseWithUrl = mod.getDatabaseWithUrl;
|