File tree Expand file tree Collapse file tree 3 files changed +143
-215
lines changed
rules-unit-testing/functions Expand file tree Collapse file tree 3 files changed +143
-215
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ export {
143
143
UnionToIntersection
144
144
} from '../src/lite-api/types' ;
145
145
146
+ export { setIndexConfiguration } from './api/index_configuration' ;
147
+
146
148
/**
147
149
* Internal exports
148
150
*/
@@ -160,4 +162,3 @@ export type { ByteString as _ByteString } from './util/byte_string';
160
162
export { logWarn as _logWarn } from './util/log' ;
161
163
export { EmptyAuthCredentialsProvider as _EmptyAuthCredentialsProvider } from './api/credentials' ;
162
164
export { EmptyAppCheckTokenProvider as _EmptyAppCheckTokenProvider } from './api/credentials' ;
163
- export { setIndexConfiguration as _setIndexConfiguration } from './api/index_configuration' ;
Original file line number Diff line number Diff line change 17
17
18
18
import { expect } from 'chai' ;
19
19
20
- import { _setIndexConfiguration as setIndexConfiguration } from '../util/firebase_export' ;
20
+ import { setIndexConfiguration } from '../util/firebase_export' ;
21
21
import { apiDescribe , withTestDb } from '../util/helpers' ;
22
22
23
23
apiDescribe ( 'Index Configuration:' , ( persistence : boolean ) => {
You can’t perform that action at this time.
0 commit comments