@react-native-firebase/app-types
Advanced tools
Comparing version 6.0.0-alpha.2 to 6.0.0-alpha.3
@@ -18,4 +18,2 @@ /* | ||
import {FirebaseApp} from "./index"; | ||
export interface NativeFirebaseError extends Error { | ||
@@ -48,11 +46,2 @@ /** | ||
export type ReactNativeFirebaseModuleAndStatics<M, S = {}> = { | ||
(): M; | ||
/** | ||
* This React Native Firebase module version. | ||
*/ | ||
readonly SDK_VERSION: string; | ||
} & S; | ||
export type FirebaseOptions = { | ||
@@ -90,3 +79,2 @@ /** | ||
/** | ||
@@ -260,1 +248,19 @@ * The Project Number from the Google Developer's console, for example "012345678901", used to | ||
} | ||
export type ReactNativeFirebaseModuleAndStatics<M, S = {}> = { | ||
(): M; | ||
/** | ||
* This React Native Firebase module version. | ||
*/ | ||
readonly SDK_VERSION: string; | ||
} & S; | ||
export type ReactNativeFirebaseModuleAndStaticsWithApp<M, S = {}> = { | ||
(app?: FirebaseApp): M; | ||
/** | ||
* This React Native Firebase module version. | ||
*/ | ||
readonly SDK_VERSION: string; | ||
} & S; |
{ | ||
"name": "@react-native-firebase/app-types", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <oss@invertase.io> (http://invertase.io)", | ||
@@ -16,3 +16,3 @@ "description": "@react-native-firebase/app-types", | ||
"license": "Apache-2.0", | ||
"gitHead": "2787d4413eb70c61a687c4d6913add6a6a01f582", | ||
"gitHead": "467b81cd8ce49dc971f8fa3732e94a6539e744c3", | ||
"publishConfig": { | ||
@@ -19,0 +19,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10219
223