9 lines
358 B
JavaScript
9 lines
358 B
JavaScript
import mod from "../../database/index.js";
|
|
|
|
export const DatabaseErrorCode = mod.DatabaseErrorCode;
|
|
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;
|