mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-10 22:48:09 +08:00
Remove unsupported exportVal() type
Fix for https://github.com/invertase/react-native-firebase/issues/1497
This commit is contained in:
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@@ -575,8 +575,6 @@ declare module 'react-native-firebase' {
|
||||
|
||||
exists(): boolean;
|
||||
|
||||
exportVal(): any;
|
||||
|
||||
forEach(action: (a: database.DataSnapshot) => boolean): boolean;
|
||||
|
||||
getPriority(): string | number | null;
|
||||
|
||||
Reference in New Issue
Block a user