8 lines
302 B
JavaScript
8 lines
302 B
JavaScript
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;
|