UNPKG
@vrk/firebase-admin
Version:
latest (11.0.4)
11.0.4
11.0.3
11.0.2
11.0.1
Firebase admin SDK for Node.js
firebase.google.com
firebase/firebase-admin-node
@vrk/firebase-admin
/
lib
/
esm
/
database
/
index.js
7 lines
(5 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
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
;