mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-22 11:16:18 +08:00
[types] fix flow issues
This commit is contained in:
@@ -50,8 +50,8 @@ export type FirebaseModuleConfig = {
|
||||
events?: string[],
|
||||
moduleName: FirebaseModuleName,
|
||||
hasMultiAppSupport: boolean,
|
||||
hasCustomUrlSupport: boolean,
|
||||
hasRegionsSupport: boolean,
|
||||
hasCustomUrlSupport?: boolean,
|
||||
hasRegionsSupport?: boolean,
|
||||
namespace: FirebaseNamespace,
|
||||
};
|
||||
|
||||
@@ -98,6 +98,7 @@ export type FirebaseOptions = {
|
||||
messagingSenderId: string,
|
||||
projectId: string,
|
||||
storageBucket: string,
|
||||
persistence?: boolean,
|
||||
};
|
||||
|
||||
export type FirebaseModuleAndStatics<M: FirebaseModule, S: FirebaseStatics> = {
|
||||
|
||||
Reference in New Issue
Block a user