UNPKG

@angular/fire

Version:
41 lines (40 loc) 3.08 kB
export * from 'firebase/database'; import { child as _child, connectDatabaseEmulator as _connectDatabaseEmulator, enableLogging as _enableLogging, endAt as _endAt, endBefore as _endBefore, equalTo as _equalTo, forceLongPolling as _forceLongPolling, forceWebSockets as _forceWebSockets, get as _get, getDatabase as _getDatabase, goOffline as _goOffline, goOnline as _goOnline, increment as _increment, limitToFirst as _limitToFirst, limitToLast as _limitToLast, off as _off, onChildAdded as _onChildAdded, onChildChanged as _onChildChanged, onChildMoved as _onChildMoved, onChildRemoved as _onChildRemoved, onDisconnect as _onDisconnect, onValue as _onValue, orderByChild as _orderByChild, orderByKey as _orderByKey, orderByPriority as _orderByPriority, orderByValue as _orderByValue, push as _push, query as _query, ref as _ref, refFromURL as _refFromURL, remove as _remove, runTransaction as _runTransaction, set as _set, setPriority as _setPriority, setWithPriority as _setWithPriority, startAfter as _startAfter, startAt as _startAt, update as _update } from 'firebase/database'; export declare const child: typeof _child; export declare const connectDatabaseEmulator: typeof _connectDatabaseEmulator; export declare const enableLogging: typeof _enableLogging; export declare const endAt: typeof _endAt; export declare const endBefore: typeof _endBefore; export declare const equalTo: typeof _equalTo; export declare const forceLongPolling: typeof _forceLongPolling; export declare const forceWebSockets: typeof _forceWebSockets; export declare const get: typeof _get; export declare const getDatabase: typeof _getDatabase; export declare const goOffline: typeof _goOffline; export declare const goOnline: typeof _goOnline; export declare const increment: typeof _increment; export declare const limitToFirst: typeof _limitToFirst; export declare const limitToLast: typeof _limitToLast; export declare const off: typeof _off; export declare const onChildAdded: typeof _onChildAdded; export declare const onChildChanged: typeof _onChildChanged; export declare const onChildMoved: typeof _onChildMoved; export declare const onChildRemoved: typeof _onChildRemoved; export declare const onDisconnect: typeof _onDisconnect; export declare const onValue: typeof _onValue; export declare const orderByChild: typeof _orderByChild; export declare const orderByKey: typeof _orderByKey; export declare const orderByPriority: typeof _orderByPriority; export declare const orderByValue: typeof _orderByValue; export declare const push: typeof _push; export declare const query: typeof _query; export declare const ref: typeof _ref; export declare const refFromURL: typeof _refFromURL; export declare const remove: typeof _remove; export declare const runTransaction: typeof _runTransaction; export declare const set: typeof _set; export declare const setPriority: typeof _setPriority; export declare const setWithPriority: typeof _setWithPriority; export declare const startAfter: typeof _startAfter; export declare const startAt: typeof _startAt; export declare const update: typeof _update;