Skip to content

Commit 7b6c854

Browse files
Add setLogLevel()
This adds setLogLevel() to the lite SDK. Note that (at least for now) we don't validate API input, so we don't need to call the wrapper. Discussion on this is still pending.
1 parent 5c41eab commit 7b6c854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/firestore/lite/index.node.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export {
3838
serverTimestamp
3939
} from './src/api/field_value';
4040

41+
export { setLogLevel } from '../src/util/log';
42+
4143
export function registerFirestore(): void {
4244
_registerComponent(
4345
new Component(

0 commit comments

Comments
 (0)