7 lines
238 B
JavaScript
7 lines
238 B
JavaScript
import mod from "../../database/index.js";
|
|
|
|
export const ServerValue = mod.ServerValue;
|
|
export const enableLogging = mod.enableLogging;
|
|
export const getDatabase = mod.getDatabase;
|
|
export const getDatabaseWithUrl = mod.getDatabaseWithUrl;
|