File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -23,34 +23,31 @@ import { version } from '../package.json';
23
23
import { FirebaseDatabase } from '../src/exp/Database' ;
24
24
25
25
export {
26
- getDatabase ,
27
- ref ,
28
26
enableLogging ,
27
+ getDatabase ,
29
28
goOffline ,
30
- refFromURL ,
31
29
goOnline ,
30
+ ref ,
31
+ refFromURL ,
32
32
useDatabaseEmulator
33
33
} from '../src/exp/Database' ;
34
34
export {
35
+ OnDisconnect ,
35
36
Reference ,
36
- ThenableReference ,
37
- OnDisconnect
37
+ ThenableReference
38
38
} from '../src/exp/Reference' ;
39
39
export { DataSnapshot } from '../src/exp/DataSnapshot' ;
40
40
export {
41
- Query ,
42
- query ,
43
41
ListenOptions ,
42
+ Query ,
44
43
QueryConstraint ,
44
+ Unsubscribe ,
45
45
endAt ,
46
46
endBefore ,
47
- startAt ,
48
- startAfter ,
49
- limitToLast ,
50
- Unsubscribe ,
51
47
equalTo ,
52
48
get ,
53
49
limitToFirst ,
50
+ limitToLast ,
54
51
off ,
55
52
onChildAdded ,
56
53
onChildChanged ,
@@ -60,10 +57,13 @@ export {
60
57
orderByChild ,
61
58
orderByKey ,
62
59
orderByPriority ,
63
- orderByValue
60
+ orderByValue ,
61
+ query ,
62
+ startAfter ,
63
+ startAt
64
64
} from '../src/exp/Query' ;
65
- export { serverTimestamp , increment } from '../src/exp/ServerValue' ;
66
- export { TransactionOptions , runTransaction } from '../src/exp/Transaction' ;
65
+ export { increment , serverTimestamp } from '../src/exp/ServerValue' ;
66
+ export { runTransaction , TransactionOptions } from '../src/exp/Transaction' ;
67
67
68
68
declare module '@firebase/component' {
69
69
interface NameServiceMapping {
You can’t perform that action at this time.
0 commit comments