@react-native-firebase/app 23.8.3 → 23.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/android/src/reactnative/java/io/invertase/firebase/app/ReactNativeFirebaseVersion.java +1 -1
- package/dist/module/internal/NativeFirebaseError.js +7 -7
- package/dist/module/internal/NativeFirebaseError.js.map +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/lib/FirebaseApp.d.ts.map +1 -0
- package/dist/typescript/lib/common/Base64.d.ts.map +1 -0
- package/dist/typescript/lib/common/MutatableParams.d.ts.map +1 -0
- package/dist/typescript/lib/common/ReferenceBase.d.ts.map +1 -0
- package/dist/typescript/lib/common/deeps.d.ts.map +1 -0
- package/dist/typescript/lib/common/id.d.ts.map +1 -0
- package/dist/typescript/lib/common/index.d.ts.map +1 -0
- package/dist/typescript/lib/common/path.d.ts.map +1 -0
- package/dist/typescript/lib/common/promise.d.ts.map +1 -0
- package/dist/typescript/lib/common/serialize.d.ts.map +1 -0
- package/dist/typescript/lib/common/unitTestUtils.d.ts.map +1 -0
- package/dist/typescript/lib/common/validate.d.ts.map +1 -0
- package/dist/typescript/lib/index.d.ts.map +1 -0
- package/dist/typescript/lib/internal/FirebaseModule.d.ts.map +1 -0
- package/dist/typescript/lib/internal/NativeFirebaseError.d.ts.map +1 -0
- package/dist/typescript/lib/internal/NativeModules.d.ts.map +1 -0
- package/dist/typescript/lib/internal/RNFBNativeEventEmitter.d.ts.map +1 -0
- package/dist/typescript/lib/internal/SharedEventEmitter.d.ts.map +1 -0
- package/dist/typescript/lib/internal/asyncStorage.d.ts.map +1 -0
- package/dist/typescript/lib/internal/constants.d.ts.map +1 -0
- package/dist/typescript/lib/internal/index.d.ts.map +1 -0
- package/dist/typescript/lib/internal/logger.d.ts.map +1 -0
- package/dist/typescript/lib/internal/nativeModule.android.d.ts.map +1 -0
- package/dist/typescript/lib/internal/nativeModule.d.ts.map +1 -0
- package/dist/typescript/lib/internal/nativeModule.ios.d.ts.map +1 -0
- package/dist/typescript/lib/internal/nativeModuleAndroidIos.d.ts.map +1 -0
- package/dist/typescript/lib/internal/nativeModuleWeb.d.ts.map +1 -0
- package/dist/typescript/lib/internal/nullSerialization.d.ts.map +1 -0
- package/dist/typescript/lib/internal/registry/app.d.ts.map +1 -0
- package/dist/typescript/lib/internal/registry/namespace.d.ts.map +1 -0
- package/dist/typescript/lib/internal/registry/nativeModule.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/RNFBAppModule.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/firebaseApp.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/firebaseAppCheck.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/firebaseAuth.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/firebaseDatabase.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/firebaseFirestore.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/firebaseFunctions.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/firebaseInstallations.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/firebaseRemoteConfig.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/firebaseStorage.d.ts.map +1 -0
- package/dist/typescript/lib/internal/web/utils.d.ts.map +1 -0
- package/dist/typescript/{commonjs/lib → lib}/modular.d.ts +1 -1
- package/dist/typescript/lib/modular.d.ts.map +1 -0
- package/dist/typescript/lib/namespaced.d.ts.map +1 -0
- package/dist/typescript/lib/types/app.d.ts.map +1 -0
- package/dist/typescript/{module/lib → lib}/types/internal.d.ts +1 -1
- package/dist/typescript/lib/types/internal.d.ts.map +1 -0
- package/dist/typescript/lib/utils/UtilsStatics.d.ts.map +1 -0
- package/dist/typescript/lib/utils/index.d.ts.map +1 -0
- package/dist/typescript/lib/version.d.ts +2 -0
- package/dist/typescript/lib/version.d.ts.map +1 -0
- package/ios/RNFBApp/RNFBVersion.m +1 -1
- package/lib/internal/NativeFirebaseError.ts +7 -7
- package/lib/types/internal.ts +1 -1
- package/lib/version.ts +1 -1
- package/package.json +20 -57
- package/dist/commonjs/FirebaseApp.js +0 -85
- package/dist/commonjs/FirebaseApp.js.map +0 -1
- package/dist/commonjs/common/Base64.js +0 -106
- package/dist/commonjs/common/Base64.js.map +0 -1
- package/dist/commonjs/common/MutatableParams.js +0 -50
- package/dist/commonjs/common/MutatableParams.js.map +0 -1
- package/dist/commonjs/common/ReferenceBase.js +0 -49
- package/dist/commonjs/common/ReferenceBase.js.map +0 -1
- package/dist/commonjs/common/deeps.js +0 -82
- package/dist/commonjs/common/deeps.js.map +0 -1
- package/dist/commonjs/common/id.js +0 -88
- package/dist/commonjs/common/id.js.map +0 -1
- package/dist/commonjs/common/index.js +0 -799
- package/dist/commonjs/common/index.js.map +0 -1
- package/dist/commonjs/common/path.js +0 -133
- package/dist/commonjs/common/path.js.map +0 -1
- package/dist/commonjs/common/promise.js +0 -65
- package/dist/commonjs/common/promise.js.map +0 -1
- package/dist/commonjs/common/serialize.js +0 -48
- package/dist/commonjs/common/serialize.js.map +0 -1
- package/dist/commonjs/common/unitTestUtils.js +0 -54
- package/dist/commonjs/common/unitTestUtils.js.map +0 -1
- package/dist/commonjs/common/validate.js +0 -236
- package/dist/commonjs/common/validate.js.map +0 -1
- package/dist/commonjs/index.js +0 -42
- package/dist/commonjs/index.js.map +0 -1
- package/dist/commonjs/internal/FirebaseModule.js +0 -63
- package/dist/commonjs/internal/FirebaseModule.js.map +0 -1
- package/dist/commonjs/internal/NativeFirebaseError.js +0 -92
- package/dist/commonjs/internal/NativeFirebaseError.js.map +0 -1
- package/dist/commonjs/internal/NativeModules.js +0 -6
- package/dist/commonjs/internal/NativeModules.js.map +0 -1
- package/dist/commonjs/internal/RNFBNativeEventEmitter.js +0 -118
- package/dist/commonjs/internal/RNFBNativeEventEmitter.js.map +0 -1
- package/dist/commonjs/internal/SharedEventEmitter.js +0 -26
- package/dist/commonjs/internal/SharedEventEmitter.js.map +0 -1
- package/dist/commonjs/internal/asyncStorage.js +0 -83
- package/dist/commonjs/internal/asyncStorage.js.map +0 -1
- package/dist/commonjs/internal/constants.js +0 -27
- package/dist/commonjs/internal/constants.js.map +0 -1
- package/dist/commonjs/internal/index.js +0 -109
- package/dist/commonjs/internal/index.js.map +0 -1
- package/dist/commonjs/internal/logger.js +0 -256
- package/dist/commonjs/internal/logger.js.map +0 -1
- package/dist/commonjs/internal/nativeModule.android.js +0 -19
- package/dist/commonjs/internal/nativeModule.android.js.map +0 -1
- package/dist/commonjs/internal/nativeModule.ios.js +0 -19
- package/dist/commonjs/internal/nativeModule.ios.js.map +0 -1
- package/dist/commonjs/internal/nativeModule.js +0 -19
- package/dist/commonjs/internal/nativeModule.js.map +0 -1
- package/dist/commonjs/internal/nativeModuleAndroidIos.js +0 -51
- package/dist/commonjs/internal/nativeModuleAndroidIos.js.map +0 -1
- package/dist/commonjs/internal/nativeModuleWeb.js +0 -52
- package/dist/commonjs/internal/nativeModuleWeb.js.map +0 -1
- package/dist/commonjs/internal/nullSerialization.js +0 -162
- package/dist/commonjs/internal/nullSerialization.js.map +0 -1
- package/dist/commonjs/internal/registry/app.js +0 -238
- package/dist/commonjs/internal/registry/app.js.map +0 -1
- package/dist/commonjs/internal/registry/namespace.js +0 -269
- package/dist/commonjs/internal/registry/namespace.js.map +0 -1
- package/dist/commonjs/internal/registry/nativeModule.js +0 -224
- package/dist/commonjs/internal/registry/nativeModule.js.map +0 -1
- package/dist/commonjs/internal/web/RNFBAppModule.js +0 -273
- package/dist/commonjs/internal/web/RNFBAppModule.js.map +0 -1
- package/dist/commonjs/internal/web/firebaseApp.js +0 -17
- package/dist/commonjs/internal/web/firebaseApp.js.map +0 -1
- package/dist/commonjs/internal/web/firebaseAppCheck.js +0 -36
- package/dist/commonjs/internal/web/firebaseAppCheck.js.map +0 -1
- package/dist/commonjs/internal/web/firebaseAuth.js +0 -28
- package/dist/commonjs/internal/web/firebaseAuth.js.map +0 -1
- package/dist/commonjs/internal/web/firebaseDatabase.js +0 -28
- package/dist/commonjs/internal/web/firebaseDatabase.js.map +0 -1
- package/dist/commonjs/internal/web/firebaseFirestore.js +0 -28
- package/dist/commonjs/internal/web/firebaseFirestore.js.map +0 -1
- package/dist/commonjs/internal/web/firebaseFunctions.js +0 -28
- package/dist/commonjs/internal/web/firebaseFunctions.js.map +0 -1
- package/dist/commonjs/internal/web/firebaseInstallations.js +0 -36
- package/dist/commonjs/internal/web/firebaseInstallations.js.map +0 -1
- package/dist/commonjs/internal/web/firebaseRemoteConfig.js +0 -36
- package/dist/commonjs/internal/web/firebaseRemoteConfig.js.map +0 -1
- package/dist/commonjs/internal/web/firebaseStorage.js +0 -28
- package/dist/commonjs/internal/web/firebaseStorage.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBCursor.js +0 -479
- package/dist/commonjs/internal/web/memidb/FDBCursor.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBCursorWithValue.js +0 -19
- package/dist/commonjs/internal/web/memidb/FDBCursorWithValue.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBDatabase.js +0 -163
- package/dist/commonjs/internal/web/memidb/FDBDatabase.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBFactory.js +0 -264
- package/dist/commonjs/internal/web/memidb/FDBFactory.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBIndex.js +0 -191
- package/dist/commonjs/internal/web/memidb/FDBIndex.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBKeyRange.js +0 -78
- package/dist/commonjs/internal/web/memidb/FDBKeyRange.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBObjectStore.js +0 -383
- package/dist/commonjs/internal/web/memidb/FDBObjectStore.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBOpenDBRequest.js +0 -17
- package/dist/commonjs/internal/web/memidb/FDBOpenDBRequest.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBRequest.js +0 -41
- package/dist/commonjs/internal/web/memidb/FDBRequest.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBTransaction.js +0 -221
- package/dist/commonjs/internal/web/memidb/FDBTransaction.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/FDBVersionChangeEvent.js +0 -20
- package/dist/commonjs/internal/web/memidb/FDBVersionChangeEvent.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/LICENSE +0 -208
- package/dist/commonjs/internal/web/memidb/index.js +0 -45
- package/dist/commonjs/internal/web/memidb/index.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/Database.js +0 -38
- package/dist/commonjs/internal/web/memidb/lib/Database.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/FakeDOMStringList.js +0 -78
- package/dist/commonjs/internal/web/memidb/lib/FakeDOMStringList.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/FakeEvent.js +0 -45
- package/dist/commonjs/internal/web/memidb/lib/FakeEvent.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/FakeEventTarget.js +0 -111
- package/dist/commonjs/internal/web/memidb/lib/FakeEventTarget.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/Index.js +0 -164
- package/dist/commonjs/internal/web/memidb/lib/Index.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/KeyGenerator.js +0 -29
- package/dist/commonjs/internal/web/memidb/lib/KeyGenerator.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/ObjectStore.js +0 -180
- package/dist/commonjs/internal/web/memidb/lib/ObjectStore.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/RecordStore.js +0 -141
- package/dist/commonjs/internal/web/memidb/lib/RecordStore.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/binarySearch.js +0 -86
- package/dist/commonjs/internal/web/memidb/lib/binarySearch.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/canInjectKey.js +0 -30
- package/dist/commonjs/internal/web/memidb/lib/canInjectKey.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/cmp.js +0 -85
- package/dist/commonjs/internal/web/memidb/lib/cmp.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/enforceRange.js +0 -20
- package/dist/commonjs/internal/web/memidb/lib/enforceRange.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/errors.js +0 -95
- package/dist/commonjs/internal/web/memidb/lib/errors.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/extractKey.js +0 -46
- package/dist/commonjs/internal/web/memidb/lib/extractKey.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/scheduling.js +0 -37
- package/dist/commonjs/internal/web/memidb/lib/scheduling.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/types.js +0 -6
- package/dist/commonjs/internal/web/memidb/lib/types.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/validateKeyPath.js +0 -51
- package/dist/commonjs/internal/web/memidb/lib/validateKeyPath.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/valueToKey.js +0 -62
- package/dist/commonjs/internal/web/memidb/lib/valueToKey.js.map +0 -1
- package/dist/commonjs/internal/web/memidb/lib/valueToKeyRange.js +0 -26
- package/dist/commonjs/internal/web/memidb/lib/valueToKeyRange.js.map +0 -1
- package/dist/commonjs/internal/web/structuredClone/index.js +0 -239
- package/dist/commonjs/internal/web/structuredClone/index.js.map +0 -1
- package/dist/commonjs/internal/web/utils.js +0 -59
- package/dist/commonjs/internal/web/utils.js.map +0 -1
- package/dist/commonjs/modular.js +0 -190
- package/dist/commonjs/modular.js.map +0 -1
- package/dist/commonjs/namespaced.js +0 -35
- package/dist/commonjs/namespaced.js.map +0 -1
- package/dist/commonjs/package.json +0 -1
- package/dist/commonjs/types/app.js +0 -139
- package/dist/commonjs/types/app.js.map +0 -1
- package/dist/commonjs/types/internal.js +0 -6
- package/dist/commonjs/types/internal.js.map +0 -1
- package/dist/commonjs/utils/UtilsStatics.js +0 -59
- package/dist/commonjs/utils/UtilsStatics.js.map +0 -1
- package/dist/commonjs/utils/index.js +0 -94
- package/dist/commonjs/utils/index.js.map +0 -1
- package/dist/commonjs/version.js +0 -9
- package/dist/commonjs/version.js.map +0 -1
- package/dist/typescript/commonjs/lib/FirebaseApp.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/Base64.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/MutatableParams.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/ReferenceBase.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/deeps.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/id.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/index.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/path.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/promise.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/serialize.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/unitTestUtils.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/common/validate.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/index.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/FirebaseModule.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/NativeFirebaseError.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/NativeModules.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/RNFBNativeEventEmitter.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/SharedEventEmitter.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/asyncStorage.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/constants.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/index.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/logger.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/nativeModule.android.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/nativeModule.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/nativeModule.ios.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/nativeModuleAndroidIos.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/nativeModuleWeb.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/nullSerialization.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/registry/app.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/registry/namespace.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/registry/nativeModule.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/RNFBAppModule.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/firebaseApp.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/firebaseAppCheck.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/firebaseAuth.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/firebaseDatabase.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/firebaseFirestore.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/firebaseFunctions.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/firebaseInstallations.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/firebaseRemoteConfig.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/firebaseStorage.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/internal/web/utils.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/modular.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/namespaced.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/types/app.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/types/internal.d.ts +0 -101
- package/dist/typescript/commonjs/lib/types/internal.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/utils/UtilsStatics.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/utils/index.d.ts.map +0 -1
- package/dist/typescript/commonjs/lib/version.d.ts +0 -2
- package/dist/typescript/commonjs/lib/version.d.ts.map +0 -1
- package/dist/typescript/commonjs/package.json +0 -1
- package/dist/typescript/module/lib/FirebaseApp.d.ts +0 -21
- package/dist/typescript/module/lib/FirebaseApp.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/Base64.d.ts +0 -23
- package/dist/typescript/module/lib/common/Base64.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/MutatableParams.d.ts +0 -10
- package/dist/typescript/module/lib/common/MutatableParams.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/ReferenceBase.d.ts +0 -12
- package/dist/typescript/module/lib/common/ReferenceBase.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/deeps.d.ts +0 -19
- package/dist/typescript/module/lib/common/deeps.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/id.d.ts +0 -12
- package/dist/typescript/module/lib/common/id.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/index.d.ts +0 -33
- package/dist/typescript/module/lib/common/index.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/path.d.ts +0 -51
- package/dist/typescript/module/lib/common/path.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/promise.d.ts +0 -12
- package/dist/typescript/module/lib/common/promise.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/serialize.d.ts +0 -4
- package/dist/typescript/module/lib/common/serialize.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/unitTestUtils.d.ts +0 -4
- package/dist/typescript/module/lib/common/unitTestUtils.d.ts.map +0 -1
- package/dist/typescript/module/lib/common/validate.d.ts +0 -100
- package/dist/typescript/module/lib/common/validate.d.ts.map +0 -1
- package/dist/typescript/module/lib/index.d.ts +0 -4
- package/dist/typescript/module/lib/index.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/FirebaseModule.d.ts +0 -17
- package/dist/typescript/module/lib/internal/FirebaseModule.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/NativeFirebaseError.d.ts +0 -20
- package/dist/typescript/module/lib/internal/NativeFirebaseError.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/NativeModules.d.ts +0 -83
- package/dist/typescript/module/lib/internal/NativeModules.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/RNFBNativeEventEmitter.d.ts +0 -13
- package/dist/typescript/module/lib/internal/RNFBNativeEventEmitter.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/SharedEventEmitter.d.ts +0 -4
- package/dist/typescript/module/lib/internal/SharedEventEmitter.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/asyncStorage.d.ts +0 -10
- package/dist/typescript/module/lib/internal/asyncStorage.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/constants.d.ts +0 -5
- package/dist/typescript/module/lib/internal/constants.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/index.d.ts +0 -12
- package/dist/typescript/module/lib/internal/index.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/logger.d.ts +0 -83
- package/dist/typescript/module/lib/internal/logger.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/nativeModule.android.d.ts +0 -3
- package/dist/typescript/module/lib/internal/nativeModule.android.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/nativeModule.d.ts +0 -3
- package/dist/typescript/module/lib/internal/nativeModule.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/nativeModule.ios.d.ts +0 -3
- package/dist/typescript/module/lib/internal/nativeModule.ios.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/nativeModuleAndroidIos.d.ts +0 -10
- package/dist/typescript/module/lib/internal/nativeModuleAndroidIos.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/nativeModuleWeb.d.ts +0 -3
- package/dist/typescript/module/lib/internal/nativeModuleWeb.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/nullSerialization.d.ts +0 -16
- package/dist/typescript/module/lib/internal/nullSerialization.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/registry/app.d.ts +0 -47
- package/dist/typescript/module/lib/internal/registry/app.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/registry/namespace.d.ts +0 -26
- package/dist/typescript/module/lib/internal/registry/namespace.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/registry/nativeModule.d.ts +0 -17
- package/dist/typescript/module/lib/internal/registry/nativeModule.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/RNFBAppModule.d.ts +0 -139
- package/dist/typescript/module/lib/internal/web/RNFBAppModule.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/firebaseApp.d.ts +0 -2
- package/dist/typescript/module/lib/internal/web/firebaseApp.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/firebaseAppCheck.d.ts +0 -5
- package/dist/typescript/module/lib/internal/web/firebaseAppCheck.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/firebaseAuth.d.ts +0 -3
- package/dist/typescript/module/lib/internal/web/firebaseAuth.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/firebaseDatabase.d.ts +0 -3
- package/dist/typescript/module/lib/internal/web/firebaseDatabase.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/firebaseFirestore.d.ts +0 -3
- package/dist/typescript/module/lib/internal/web/firebaseFirestore.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/firebaseFunctions.d.ts +0 -3
- package/dist/typescript/module/lib/internal/web/firebaseFunctions.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/firebaseInstallations.d.ts +0 -5
- package/dist/typescript/module/lib/internal/web/firebaseInstallations.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/firebaseRemoteConfig.d.ts +0 -5
- package/dist/typescript/module/lib/internal/web/firebaseRemoteConfig.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/firebaseStorage.d.ts +0 -3
- package/dist/typescript/module/lib/internal/web/firebaseStorage.d.ts.map +0 -1
- package/dist/typescript/module/lib/internal/web/utils.d.ts +0 -13
- package/dist/typescript/module/lib/internal/web/utils.d.ts.map +0 -1
- package/dist/typescript/module/lib/modular.d.ts +0 -95
- package/dist/typescript/module/lib/modular.d.ts.map +0 -1
- package/dist/typescript/module/lib/namespaced.d.ts +0 -5
- package/dist/typescript/module/lib/namespaced.d.ts.map +0 -1
- package/dist/typescript/module/lib/types/app.d.ts +0 -561
- package/dist/typescript/module/lib/types/app.d.ts.map +0 -1
- package/dist/typescript/module/lib/types/internal.d.ts.map +0 -1
- package/dist/typescript/module/lib/utils/UtilsStatics.d.ts +0 -4
- package/dist/typescript/module/lib/utils/UtilsStatics.d.ts.map +0 -1
- package/dist/typescript/module/lib/utils/index.d.ts +0 -4
- package/dist/typescript/module/lib/utils/index.d.ts.map +0 -1
- package/dist/typescript/module/lib/version.d.ts +0 -2
- package/dist/typescript/module/lib/version.d.ts.map +0 -1
- /package/dist/typescript/{commonjs/lib → lib}/FirebaseApp.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/Base64.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/MutatableParams.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/ReferenceBase.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/deeps.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/id.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/index.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/path.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/promise.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/serialize.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/unitTestUtils.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/common/validate.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/index.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/FirebaseModule.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/NativeFirebaseError.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/NativeModules.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/RNFBNativeEventEmitter.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/SharedEventEmitter.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/asyncStorage.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/constants.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/index.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/logger.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModule.android.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModule.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModule.ios.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModuleAndroidIos.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModuleWeb.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/nullSerialization.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/registry/app.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/registry/namespace.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/registry/nativeModule.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/RNFBAppModule.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseApp.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseAppCheck.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseAuth.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseDatabase.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseFirestore.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseFunctions.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseInstallations.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseRemoteConfig.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseStorage.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/internal/web/utils.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/namespaced.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/types/app.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/utils/UtilsStatics.d.ts +0 -0
- /package/dist/typescript/{commonjs/lib → lib}/utils/index.d.ts +0 -0
- /package/dist/typescript/{module/package.json → package.json} +0 -0
package/dist/commonjs/index.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _exportNames = {
|
|
7
|
-
firebase: true,
|
|
8
|
-
utils: true
|
|
9
|
-
};
|
|
10
|
-
Object.defineProperty(exports, "default", {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function () {
|
|
13
|
-
return _namespaced.default;
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
Object.defineProperty(exports, "firebase", {
|
|
17
|
-
enumerable: true,
|
|
18
|
-
get: function () {
|
|
19
|
-
return _namespaced.firebase;
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
Object.defineProperty(exports, "utils", {
|
|
23
|
-
enumerable: true,
|
|
24
|
-
get: function () {
|
|
25
|
-
return _namespaced.utils;
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
var _namespaced = _interopRequireWildcard(require("./namespaced.js"));
|
|
29
|
-
var _modular = require("./modular.js");
|
|
30
|
-
Object.keys(_modular).forEach(function (key) {
|
|
31
|
-
if (key === "default" || key === "__esModule") return;
|
|
32
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
33
|
-
if (key in exports && exports[key] === _modular[key]) return;
|
|
34
|
-
Object.defineProperty(exports, key, {
|
|
35
|
-
enumerable: true,
|
|
36
|
-
get: function () {
|
|
37
|
-
return _modular[key];
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
});
|
|
41
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
42
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_namespaced","_interopRequireWildcard","require","_modular","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","set","getOwnPropertyDescriptor"],"sourceRoot":"../../lib","sources":["index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAiBA,IAAAA,WAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;AAAAE,MAAA,CAAAC,IAAA,CAAAF,QAAA,EAAAG,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAJ,QAAA,CAAAI,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAZ,QAAA,CAAAI,GAAA;IAAA;EAAA;AAAA;AAA0B,SAAAN,wBAAAe,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAjB,uBAAA,YAAAA,CAAAe,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAP,GAAA,CAAAC,CAAA,GAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAR,cAAA,CAAAC,IAAA,CAAAM,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAlB,MAAA,CAAAS,cAAA,KAAAT,MAAA,CAAAyB,wBAAA,CAAAb,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAR,GAAA,IAAAQ,CAAA,CAAAK,GAAA,IAAAN,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA","ignoreList":[]}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _nativeModule = require("./registry/nativeModule.js");
|
|
8
|
-
var _SharedEventEmitter = _interopRequireDefault(require("./SharedEventEmitter.js"));
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
/*
|
|
11
|
-
* Copyright (c) 2016-present Invertase Limited & Contributors
|
|
12
|
-
*
|
|
13
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
14
|
-
* you may not use this library except in compliance with the License.
|
|
15
|
-
* You may obtain a copy of the License at
|
|
16
|
-
*
|
|
17
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
18
|
-
*
|
|
19
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
20
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
21
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
22
|
-
* See the License for the specific language governing permissions and
|
|
23
|
-
* limitations under the License.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
|
|
27
|
-
let firebaseJson = null;
|
|
28
|
-
class FirebaseModule {
|
|
29
|
-
constructor(app, config, customUrlOrRegion) {
|
|
30
|
-
this._app = app;
|
|
31
|
-
this._nativeModule = null;
|
|
32
|
-
this._customUrlOrRegion = customUrlOrRegion || null;
|
|
33
|
-
this._config = Object.assign({}, config);
|
|
34
|
-
}
|
|
35
|
-
get app() {
|
|
36
|
-
return this._app;
|
|
37
|
-
}
|
|
38
|
-
get firebaseJson() {
|
|
39
|
-
if (firebaseJson) {
|
|
40
|
-
return firebaseJson;
|
|
41
|
-
}
|
|
42
|
-
firebaseJson = JSON.parse((0, _nativeModule.getAppModule)().FIREBASE_RAW_JSON);
|
|
43
|
-
return firebaseJson;
|
|
44
|
-
}
|
|
45
|
-
get emitter() {
|
|
46
|
-
return _SharedEventEmitter.default;
|
|
47
|
-
}
|
|
48
|
-
eventNameForApp(...args) {
|
|
49
|
-
return `${this.app.name}-${args.join('-')}`;
|
|
50
|
-
}
|
|
51
|
-
get native() {
|
|
52
|
-
if (this._nativeModule) {
|
|
53
|
-
return this._nativeModule;
|
|
54
|
-
}
|
|
55
|
-
this._nativeModule = (0, _nativeModule.getNativeModule)(this);
|
|
56
|
-
return this._nativeModule;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// Instance of checks don't work once compiled
|
|
61
|
-
exports.default = FirebaseModule;
|
|
62
|
-
FirebaseModule.__extended__ = {};
|
|
63
|
-
//# sourceMappingURL=FirebaseModule.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_nativeModule","require","_SharedEventEmitter","_interopRequireDefault","e","__esModule","default","firebaseJson","FirebaseModule","constructor","app","config","customUrlOrRegion","_app","_customUrlOrRegion","_config","Object","assign","JSON","parse","getAppModule","FIREBASE_RAW_JSON","emitter","SharedEventEmitter","eventNameForApp","args","name","join","native","getNativeModule","exports","__extended__"],"sourceRoot":"../../../lib","sources":["internal/FirebaseModule.ts"],"mappings":";;;;;;AAiBA,IAAAA,aAAA,GAAAC,OAAA;AACA,IAAAC,mBAAA,GAAAC,sBAAA,CAAAF,OAAA;AAAsD,SAAAE,uBAAAC,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAlBtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AASA,IAAIG,YAAuC,GAAG,IAAI;AAEnC,MAAMC,cAAc,CAEjC;EAMAC,WAAWA,CACTC,GAAwC,EACxCC,MAAoB,EACpBC,iBAAiC,EACjC;IACA,IAAI,CAACC,IAAI,GAAGH,GAAG;IACf,IAAI,CAACV,aAAa,GAAG,IAAI;IACzB,IAAI,CAACc,kBAAkB,GAAGF,iBAAiB,IAAI,IAAI;IACnD,IAAI,CAACG,OAAO,GAAGC,MAAM,CAACC,MAAM,CAAC,CAAC,CAAC,EAAEN,MAAM,CAAC;EAC1C;EAEA,IAAID,GAAGA,CAAA,EAAoC;IACzC,OAAO,IAAI,CAACG,IAAI;EAClB;EAEA,IAAIN,YAAYA,CAAA,EAAuB;IACrC,IAAIA,YAAY,EAAE;MAChB,OAAOA,YAAY;IACrB;IACAA,YAAY,GAAGW,IAAI,CAACC,KAAK,CAAC,IAAAC,0BAAY,EAAC,CAAC,CAACC,iBAAiB,CAAC;IAC3D,OAAOd,YAAY;EACrB;EAEA,IAAIe,OAAOA,CAAA,EAAiB;IAC1B,OAAOC,2BAAkB;EAC3B;EAEAC,eAAeA,CAAC,GAAGC,IAA4B,EAAU;IACvD,OAAO,GAAG,IAAI,CAACf,GAAG,CAACgB,IAAI,IAAID,IAAI,CAACE,IAAI,CAAC,GAAG,CAAC,EAAE;EAC7C;EAEA,IAAIC,MAAMA,CAAA,EAAuD;IAC/D,IAAI,IAAI,CAAC5B,aAAa,EAAE;MACtB,OAAO,IAAI,CAACA,aAAa;IAC3B;IACA,IAAI,CAACA,aAAa,GAAG,IAAA6B,6BAAe,EAClC,IACF,CAAkE;IAClE,OAAO,IAAI,CAAC7B,aAAa;EAC3B;AACF;;AAEA;AAAA8B,OAAA,CAAAxB,OAAA,GAAAE,cAAA;AACCA,cAAc,CAASuB,YAAY,GAAG,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
/*
|
|
8
|
-
* Copyright (c) 2016-present Invertase Limited & Contributors
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this library except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
|
|
24
|
-
class NativeFirebaseError extends Error {
|
|
25
|
-
static fromEvent(errorEvent, namespace, stack) {
|
|
26
|
-
return new NativeFirebaseError({
|
|
27
|
-
userInfo: errorEvent
|
|
28
|
-
}, stack || new Error().stack, namespace);
|
|
29
|
-
}
|
|
30
|
-
constructor(nativeError, jsStack, namespace) {
|
|
31
|
-
super();
|
|
32
|
-
const {
|
|
33
|
-
userInfo
|
|
34
|
-
} = nativeError;
|
|
35
|
-
Object.defineProperty(this, 'namespace', {
|
|
36
|
-
enumerable: false,
|
|
37
|
-
value: namespace
|
|
38
|
-
});
|
|
39
|
-
Object.defineProperty(this, 'code', {
|
|
40
|
-
enumerable: false,
|
|
41
|
-
value: `${this.namespace}/${userInfo.code || 'unknown'}`
|
|
42
|
-
});
|
|
43
|
-
Object.defineProperty(this, 'message', {
|
|
44
|
-
enumerable: false,
|
|
45
|
-
value: `[${this.code}] ${userInfo.message || nativeError.message}`
|
|
46
|
-
});
|
|
47
|
-
Object.defineProperty(this, 'jsStack', {
|
|
48
|
-
enumerable: false,
|
|
49
|
-
value: jsStack
|
|
50
|
-
});
|
|
51
|
-
Object.defineProperty(this, 'userInfo', {
|
|
52
|
-
enumerable: false,
|
|
53
|
-
value: userInfo
|
|
54
|
-
});
|
|
55
|
-
|
|
56
|
-
// Needed for MFA processing of errors on web
|
|
57
|
-
Object.defineProperty(this, 'customData', {
|
|
58
|
-
enumerable: false,
|
|
59
|
-
value: nativeError.customData || null
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
// Needed for MFA processing of errors on web
|
|
63
|
-
Object.defineProperty(this, 'operationType', {
|
|
64
|
-
enumerable: false,
|
|
65
|
-
value: nativeError.operationType || null
|
|
66
|
-
});
|
|
67
|
-
Object.defineProperty(this, 'nativeErrorCode', {
|
|
68
|
-
enumerable: false,
|
|
69
|
-
value: userInfo.nativeErrorCode || null
|
|
70
|
-
});
|
|
71
|
-
Object.defineProperty(this, 'nativeErrorMessage', {
|
|
72
|
-
enumerable: false,
|
|
73
|
-
value: userInfo.nativeErrorMessage || null
|
|
74
|
-
});
|
|
75
|
-
this.stack = NativeFirebaseError.getStackWithMessage(`NativeFirebaseError: ${this.message}`, this.jsStack);
|
|
76
|
-
|
|
77
|
-
// Unused
|
|
78
|
-
// this.nativeStackIOS = nativeError.nativeStackIOS;
|
|
79
|
-
// this.nativeStackAndroid = nativeError.nativeStackAndroid;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* Build a stack trace that includes JS stack prior to calling the native method.
|
|
84
|
-
*
|
|
85
|
-
* @returns {string}
|
|
86
|
-
*/
|
|
87
|
-
static getStackWithMessage(message, jsStack) {
|
|
88
|
-
return [message, ...jsStack.split('\n').slice(2, 13)].join('\n');
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
exports.default = NativeFirebaseError;
|
|
92
|
-
//# sourceMappingURL=NativeFirebaseError.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["NativeFirebaseError","Error","fromEvent","errorEvent","namespace","stack","userInfo","constructor","nativeError","jsStack","Object","defineProperty","enumerable","value","code","message","customData","operationType","nativeErrorCode","nativeErrorMessage","getStackWithMessage","split","slice","join","exports","default"],"sourceRoot":"../../../lib","sources":["internal/NativeFirebaseError.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAIe,MAAMA,mBAAmB,SAASC,KAAK,CAAC;EAUrD,OAAOC,SAASA,CACdC,UAA+B,EAC/BC,SAAiB,EACjBC,KAAc,EACO;IACrB,OAAO,IAAIL,mBAAmB,CAC5B;MAAEM,QAAQ,EAAEH;IAAW,CAAC,EACxBE,KAAK,IAAI,IAAIJ,KAAK,CAAC,CAAC,CAACI,KAAM,EAC3BD,SACF,CAAC;EACH;EAEAG,WAAWA,CAACC,WAAwB,EAAEC,OAAe,EAAEL,SAAiB,EAAE;IACxE,KAAK,CAAC,CAAC;IACP,MAAM;MAAEE;IAAS,CAAC,GAAGE,WAAW;IAEhCE,MAAM,CAACC,cAAc,CAAC,IAAI,EAAE,WAAW,EAAE;MACvCC,UAAU,EAAE,KAAK;MACjBC,KAAK,EAAET;IACT,CAAC,CAAC;IAEFM,MAAM,CAACC,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE;MAClCC,UAAU,EAAE,KAAK;MACjBC,KAAK,EAAE,GAAG,IAAI,CAACT,SAAS,IAAIE,QAAQ,CAACQ,IAAI,IAAI,SAAS;IACxD,CAAC,CAAC;IAEFJ,MAAM,CAACC,cAAc,CAAC,IAAI,EAAE,SAAS,EAAE;MACrCC,UAAU,EAAE,KAAK;MACjBC,KAAK,EAAE,IAAI,IAAI,CAACC,IAAI,KAAKR,QAAQ,CAACS,OAAO,IAAIP,WAAW,CAACO,OAAO;IAClE,CAAC,CAAC;IAEFL,MAAM,CAACC,cAAc,CAAC,IAAI,EAAE,SAAS,EAAE;MACrCC,UAAU,EAAE,KAAK;MACjBC,KAAK,EAAEJ;IACT,CAAC,CAAC;IAEFC,MAAM,CAACC,cAAc,CAAC,IAAI,EAAE,UAAU,EAAE;MACtCC,UAAU,EAAE,KAAK;MACjBC,KAAK,EAAEP;IACT,CAAC,CAAC;;IAEF;IACAI,MAAM,CAACC,cAAc,CAAC,IAAI,EAAE,YAAY,EAAE;MACxCC,UAAU,EAAE,KAAK;MACjBC,KAAK,EAAEL,WAAW,CAACQ,UAAU,IAAI;IACnC,CAAC,CAAC;;IAEF;IACAN,MAAM,CAACC,cAAc,CAAC,IAAI,EAAE,eAAe,EAAE;MAC3CC,UAAU,EAAE,KAAK;MACjBC,KAAK,EAAEL,WAAW,CAACS,aAAa,IAAI;IACtC,CAAC,CAAC;IAEFP,MAAM,CAACC,cAAc,CAAC,IAAI,EAAE,iBAAiB,EAAE;MAC7CC,UAAU,EAAE,KAAK;MACjBC,KAAK,EAAEP,QAAQ,CAACY,eAAe,IAAI;IACrC,CAAC,CAAC;IAEFR,MAAM,CAACC,cAAc,CAAC,IAAI,EAAE,oBAAoB,EAAE;MAChDC,UAAU,EAAE,KAAK;MACjBC,KAAK,EAAEP,QAAQ,CAACa,kBAAkB,IAAI;IACxC,CAAC,CAAC;IAEF,IAAI,CAACd,KAAK,GAAGL,mBAAmB,CAACoB,mBAAmB,CAClD,wBAAwB,IAAI,CAACL,OAAO,EAAE,EACtC,IAAI,CAACN,OACP,CAAC;;IAED;IACA;IACA;EACF;;EAEA;AACF;AACA;AACA;AACA;EACE,OAAOW,mBAAmBA,CAACL,OAAe,EAAEN,OAAe,EAAU;IACnE,OAAO,CAACM,OAAO,EAAE,GAAGN,OAAO,CAACY,KAAK,CAAC,IAAI,CAAC,CAACC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAACC,IAAI,CAAC,IAAI,CAAC;EAClE;AACF;AAACC,OAAA,CAAAC,OAAA,GAAAzB,mBAAA","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../lib","sources":["internal/NativeModules.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _reactNative = require("react-native");
|
|
8
|
-
var _nativeModule = require("./nativeModule");
|
|
9
|
-
/*
|
|
10
|
-
* Copyright (c) 2016-present Invertase Limited & Contributors
|
|
11
|
-
*
|
|
12
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
13
|
-
* you may not use this library except in compliance with the License.
|
|
14
|
-
* You may obtain a copy of the License at
|
|
15
|
-
*
|
|
16
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
17
|
-
*
|
|
18
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
19
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
20
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
21
|
-
* See the License for the specific language governing permissions and
|
|
22
|
-
* limitations under the License.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Type for the eventsNotifyReady native method
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Type for the eventsAddListener native method
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Type for the eventsRemoveListener native method
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
class RNFBNativeEventEmitter extends _reactNative.NativeEventEmitter {
|
|
39
|
-
constructor() {
|
|
40
|
-
const RNFBAppModule = (0, _nativeModule.getReactNativeModule)('RNFBAppModule');
|
|
41
|
-
if (!RNFBAppModule) {
|
|
42
|
-
throw new Error('Native module RNFBAppModule not found. Re-check module install, linking, configuration, build and install steps.');
|
|
43
|
-
}
|
|
44
|
-
// Cast to any for NativeEventEmitter constructor which expects React Native's NativeModule type
|
|
45
|
-
super(RNFBAppModule);
|
|
46
|
-
this.ready = false;
|
|
47
|
-
}
|
|
48
|
-
addListener(eventType, listener, context) {
|
|
49
|
-
const RNFBAppModule = (0, _nativeModule.getReactNativeModule)('RNFBAppModule');
|
|
50
|
-
if (!this.ready) {
|
|
51
|
-
RNFBAppModule.eventsNotifyReady(true);
|
|
52
|
-
this.ready = true;
|
|
53
|
-
}
|
|
54
|
-
RNFBAppModule.eventsAddListener(eventType);
|
|
55
|
-
if (globalThis.RNFBDebug) {
|
|
56
|
-
// eslint-disable-next-line no-console
|
|
57
|
-
console.debug(`[RNFB-->Event][👂] ${eventType} -> listening`);
|
|
58
|
-
}
|
|
59
|
-
const listenerDebugger = (...args) => {
|
|
60
|
-
if (globalThis.RNFBDebug) {
|
|
61
|
-
// eslint-disable-next-line no-console
|
|
62
|
-
console.debug(`[RNFB<--Event][📣] ${eventType} <-`, JSON.stringify(args[0]));
|
|
63
|
-
// Possible leaking test if events are still being received after the test.
|
|
64
|
-
// This is not super accurate but it's better than nothing, e.g. if doing setup/teardown
|
|
65
|
-
// logic outside of a test this may cause false positives.
|
|
66
|
-
if (globalThis.RNFBTest && !globalThis.RNFBDebugInTestLeakDetection) {
|
|
67
|
-
// eslint-disable-next-line no-console
|
|
68
|
-
console.debug(`[TEST--->Leak][💡] Possible leaking test detected! An event (☝️) ` + `was received outside of any running tests which may indicates that some ` + `listeners/event subscriptions that have not been unsubscribed from in your ` + `test code. The last test that ran was: "${globalThis.RNFBDebugLastTest}".`);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
return listener(...args);
|
|
72
|
-
};
|
|
73
|
-
let subscription = super.addListener(`rnfb_${eventType}`, listenerDebugger, context);
|
|
74
|
-
|
|
75
|
-
// React Native 0.65+ altered EventEmitter:
|
|
76
|
-
// - removeSubscription is gone
|
|
77
|
-
// - addListener returns an unsubscriber instead of a more complex object with eventType etc
|
|
78
|
-
|
|
79
|
-
// make sure eventType for backwards compatibility just in case
|
|
80
|
-
subscription.eventType = `rnfb_${eventType}`;
|
|
81
|
-
|
|
82
|
-
// New style is to return a remove function on the object, just in case people call that,
|
|
83
|
-
// we will modify it to do our native unsubscription then call the original
|
|
84
|
-
const originalRemove = subscription.remove;
|
|
85
|
-
const newRemove = () => {
|
|
86
|
-
const module = (0, _nativeModule.getReactNativeModule)('RNFBAppModule');
|
|
87
|
-
module.eventsRemoveListener(eventType, false);
|
|
88
|
-
const superClass = Object.getPrototypeOf(Object.getPrototypeOf(this));
|
|
89
|
-
if (superClass.removeSubscription != null) {
|
|
90
|
-
// This is for RN <= 0.64 - 65 and greater no longer have removeSubscription
|
|
91
|
-
superClass.removeSubscription(subscription);
|
|
92
|
-
} else if (originalRemove != null) {
|
|
93
|
-
// This is for RN >= 0.65
|
|
94
|
-
originalRemove();
|
|
95
|
-
}
|
|
96
|
-
};
|
|
97
|
-
subscription.remove = newRemove;
|
|
98
|
-
return subscription;
|
|
99
|
-
}
|
|
100
|
-
removeAllListeners(eventType) {
|
|
101
|
-
const RNFBAppModule = (0, _nativeModule.getReactNativeModule)('RNFBAppModule');
|
|
102
|
-
RNFBAppModule.eventsRemoveListener(eventType, true);
|
|
103
|
-
super.removeAllListeners(`rnfb_${eventType}`);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
// This is likely no longer ever called, but it is here for backwards compatibility with RN <= 0.64
|
|
107
|
-
removeSubscription(subscription) {
|
|
108
|
-
const RNFBAppModule = (0, _nativeModule.getReactNativeModule)('RNFBAppModule');
|
|
109
|
-
const eventType = subscription.eventType?.replace('rnfb_', '') || '';
|
|
110
|
-
RNFBAppModule.eventsRemoveListener(eventType, false);
|
|
111
|
-
const superClass = Object.getPrototypeOf(Object.getPrototypeOf(this));
|
|
112
|
-
if (superClass.removeSubscription) {
|
|
113
|
-
superClass.removeSubscription(subscription);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
var _default = exports.default = new RNFBNativeEventEmitter();
|
|
118
|
-
//# sourceMappingURL=RNFBNativeEventEmitter.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_nativeModule","RNFBNativeEventEmitter","NativeEventEmitter","constructor","RNFBAppModule","getReactNativeModule","Error","ready","addListener","eventType","listener","context","eventsNotifyReady","eventsAddListener","globalThis","RNFBDebug","console","debug","listenerDebugger","args","JSON","stringify","RNFBTest","RNFBDebugInTestLeakDetection","RNFBDebugLastTest","subscription","originalRemove","remove","newRemove","module","eventsRemoveListener","superClass","Object","getPrototypeOf","removeSubscription","removeAllListeners","replace","_default","exports","default"],"sourceRoot":"../../../lib","sources":["internal/RNFBNativeEventEmitter.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _EventEmitter = _interopRequireDefault(require("react-native/Libraries/vendor/emitter/EventEmitter"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
/*
|
|
10
|
-
* Copyright (c) 2016-present Invertase Limited & Contributors
|
|
11
|
-
*
|
|
12
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
13
|
-
* you may not use this library except in compliance with the License.
|
|
14
|
-
* You may obtain a copy of the License at
|
|
15
|
-
*
|
|
16
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
17
|
-
*
|
|
18
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
19
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
20
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
21
|
-
* See the License for the specific language governing permissions and
|
|
22
|
-
* limitations under the License.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var _default = exports.default = new _EventEmitter.default();
|
|
26
|
-
//# sourceMappingURL=SharedEventEmitter.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_EventEmitter","_interopRequireDefault","require","e","__esModule","default","_default","exports","EventEmitter"],"sourceRoot":"../../../lib","sources":["internal/SharedEventEmitter.ts"],"mappings":";;;;;;AAiBA,IAAAA,aAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA8E,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAjB9E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAfA,IAAAG,QAAA,GAAAC,OAAA,CAAAF,OAAA,GAmBe,IAAIG,qBAAY,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.getItem = getItem;
|
|
7
|
-
exports.getReactNativeAsyncStorageInternal = getReactNativeAsyncStorageInternal;
|
|
8
|
-
exports.isMemoryStorage = isMemoryStorage;
|
|
9
|
-
exports.prefix = exports.memoryStorage = void 0;
|
|
10
|
-
exports.removeItem = removeItem;
|
|
11
|
-
exports.setItem = setItem;
|
|
12
|
-
exports.setReactNativeAsyncStorageInternal = setReactNativeAsyncStorageInternal;
|
|
13
|
-
/*
|
|
14
|
-
* Copyright (c) 2016-present Invertase Limited & Contributors
|
|
15
|
-
*
|
|
16
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
17
|
-
* you may not use this library except in compliance with the License.
|
|
18
|
-
* You may obtain a copy of the License at
|
|
19
|
-
*
|
|
20
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
21
|
-
*
|
|
22
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
23
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
24
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
25
|
-
* See the License for the specific language governing permissions and
|
|
26
|
-
* limitations under the License.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
// Memory storage Map instance
|
|
31
|
-
const memoryStorage = exports.memoryStorage = new Map();
|
|
32
|
-
|
|
33
|
-
// Storage key prefix
|
|
34
|
-
const prefix = exports.prefix = '@react-native-firebase:';
|
|
35
|
-
const asyncStorageMemory = {
|
|
36
|
-
setItem(key, value) {
|
|
37
|
-
memoryStorage.set(key, value);
|
|
38
|
-
return Promise.resolve();
|
|
39
|
-
},
|
|
40
|
-
getItem(key) {
|
|
41
|
-
const hasValue = memoryStorage.has(key);
|
|
42
|
-
if (hasValue) {
|
|
43
|
-
return Promise.resolve(memoryStorage.get(key) || null);
|
|
44
|
-
}
|
|
45
|
-
return Promise.resolve(null);
|
|
46
|
-
},
|
|
47
|
-
removeItem(key) {
|
|
48
|
-
memoryStorage.delete(key);
|
|
49
|
-
return Promise.resolve();
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
let asyncStorage = asyncStorageMemory;
|
|
53
|
-
|
|
54
|
-
// Get the current AsyncStorage instance (either React Native AsyncStorage or memory storage)
|
|
55
|
-
async function getReactNativeAsyncStorageInternal() {
|
|
56
|
-
return asyncStorage;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// Set the AsyncStorage instance to use (React Native AsyncStorage or fallback to memory storage)
|
|
60
|
-
function setReactNativeAsyncStorageInternal(asyncStorageInstance) {
|
|
61
|
-
asyncStorage = asyncStorageInstance || asyncStorageMemory;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// Check if currently using memory storage (fallback)
|
|
65
|
-
function isMemoryStorage() {
|
|
66
|
-
return asyncStorage === asyncStorageMemory;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
// Set an item in storage with the React Native Firebase prefix
|
|
70
|
-
async function setItem(key, value) {
|
|
71
|
-
return await asyncStorage.setItem(prefix + key, value);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
// Get an item from storage with the React Native Firebase prefix
|
|
75
|
-
async function getItem(key) {
|
|
76
|
-
return await asyncStorage.getItem(prefix + key);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
// Remove an item from storage with the React Native Firebase prefix
|
|
80
|
-
async function removeItem(key) {
|
|
81
|
-
return await asyncStorage.removeItem(prefix + key);
|
|
82
|
-
}
|
|
83
|
-
//# sourceMappingURL=asyncStorage.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["memoryStorage","exports","Map","prefix","asyncStorageMemory","setItem","key","value","set","Promise","resolve","getItem","hasValue","has","get","removeItem","delete","asyncStorage","getReactNativeAsyncStorageInternal","setReactNativeAsyncStorageInternal","asyncStorageInstance","isMemoryStorage"],"sourceRoot":"../../../lib","sources":["internal/asyncStorage.ts"],"mappings":";;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAIA;AACO,MAAMA,aAAa,GAAAC,OAAA,CAAAD,aAAA,GAAG,IAAIE,GAAG,CAAiB,CAAC;;AAEtD;AACO,MAAMC,MAAM,GAAAF,OAAA,CAAAE,MAAA,GAAG,yBAAyB;AAE/C,MAAMC,kBAAsC,GAAG;EAC7CC,OAAOA,CAACC,GAAW,EAAEC,KAAa,EAAiB;IACjDP,aAAa,CAACQ,GAAG,CAACF,GAAG,EAAEC,KAAK,CAAC;IAC7B,OAAOE,OAAO,CAACC,OAAO,CAAC,CAAC;EAC1B,CAAC;EACDC,OAAOA,CAACL,GAAW,EAA0B;IAC3C,MAAMM,QAAQ,GAAGZ,aAAa,CAACa,GAAG,CAACP,GAAG,CAAC;IACvC,IAAIM,QAAQ,EAAE;MACZ,OAAOH,OAAO,CAACC,OAAO,CAACV,aAAa,CAACc,GAAG,CAACR,GAAG,CAAC,IAAI,IAAI,CAAC;IACxD;IACA,OAAOG,OAAO,CAACC,OAAO,CAAC,IAAI,CAAC;EAC9B,CAAC;EACDK,UAAUA,CAACT,GAAW,EAAiB;IACrCN,aAAa,CAACgB,MAAM,CAACV,GAAG,CAAC;IACzB,OAAOG,OAAO,CAACC,OAAO,CAAC,CAAC;EAC1B;AACF,CAAC;AAED,IAAIO,YAAgC,GAAGb,kBAAkB;;AAEzD;AACO,eAAec,kCAAkCA,CAAA,EAAgC;EACtF,OAAOD,YAAY;AACrB;;AAEA;AACO,SAASE,kCAAkCA,CAChDC,oBAAyC,EACnC;EACNH,YAAY,GAAGG,oBAAoB,IAAIhB,kBAAkB;AAC3D;;AAEA;AACO,SAASiB,eAAeA,CAAA,EAAY;EACzC,OAAOJ,YAAY,KAAKb,kBAAkB;AAC5C;;AAEA;AACO,eAAeC,OAAOA,CAACC,GAAW,EAAEC,KAAa,EAAiB;EACvE,OAAO,MAAMU,YAAY,CAACZ,OAAO,CAACF,MAAM,GAAGG,GAAG,EAAEC,KAAK,CAAC;AACxD;;AAEA;AACO,eAAeI,OAAOA,CAACL,GAAW,EAA0B;EACjE,OAAO,MAAMW,YAAY,CAACN,OAAO,CAACR,MAAM,GAAGG,GAAG,CAAC;AACjD;;AAEA;AACO,eAAeS,UAAUA,CAACT,GAAW,EAAiB;EAC3D,OAAO,MAAMW,YAAY,CAACF,UAAU,CAACZ,MAAM,GAAGG,GAAG,CAAC;AACpD","ignoreList":[]}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.KNOWN_NAMESPACES = exports.DEFAULT_APP_NAME = exports.APP_NATIVE_MODULE = void 0;
|
|
7
|
-
/*
|
|
8
|
-
* Copyright (c) 2016-present Invertase Limited & Contributors
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this library except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
|
|
24
|
-
const APP_NATIVE_MODULE = exports.APP_NATIVE_MODULE = 'RNFBAppModule';
|
|
25
|
-
const DEFAULT_APP_NAME = exports.DEFAULT_APP_NAME = '[DEFAULT]';
|
|
26
|
-
const KNOWN_NAMESPACES = exports.KNOWN_NAMESPACES = ['appCheck', 'appDistribution', 'auth', 'analytics', 'remoteConfig', 'crashlytics', 'database', 'inAppMessaging', 'installations', 'firestore', 'functions', 'indexing', 'storage', 'messaging', 'naturalLanguage', 'ml', 'notifications', 'perf', 'utils'];
|
|
27
|
-
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["APP_NATIVE_MODULE","exports","DEFAULT_APP_NAME","KNOWN_NAMESPACES"],"sourceRoot":"../../../lib","sources":["internal/constants.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,MAAMA,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,GAAG,eAAe;AAEzC,MAAME,gBAAgB,GAAAD,OAAA,CAAAC,gBAAA,GAAG,WAAW;AAEpC,MAAMC,gBAAgB,GAAAF,OAAA,CAAAE,gBAAA,GAAG,CAC9B,UAAU,EACV,iBAAiB,EACjB,MAAM,EACN,WAAW,EACX,cAAc,EACd,aAAa,EACb,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,WAAW,EACX,WAAW,EACX,UAAU,EACV,SAAS,EACT,WAAW,EACX,iBAAiB,EACjB,IAAI,EACJ,eAAe,EACf,MAAM,EACN,OAAO,CACC","ignoreList":[]}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _exportNames = {
|
|
7
|
-
FirebaseApp: true,
|
|
8
|
-
FirebaseModule: true,
|
|
9
|
-
NativeFirebaseError: true,
|
|
10
|
-
SharedEventEmitter: true,
|
|
11
|
-
Logger: true
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(exports, "FirebaseApp", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () {
|
|
16
|
-
return _FirebaseApp.default;
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
Object.defineProperty(exports, "FirebaseModule", {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function () {
|
|
22
|
-
return _FirebaseModule.default;
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
Object.defineProperty(exports, "Logger", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () {
|
|
28
|
-
return _logger.Logger;
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
Object.defineProperty(exports, "NativeFirebaseError", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function () {
|
|
34
|
-
return _NativeFirebaseError.default;
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
Object.defineProperty(exports, "SharedEventEmitter", {
|
|
38
|
-
enumerable: true,
|
|
39
|
-
get: function () {
|
|
40
|
-
return _SharedEventEmitter.default;
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
|
-
var _FirebaseApp = _interopRequireDefault(require("../FirebaseApp.js"));
|
|
44
|
-
var _constants = require("./constants.js");
|
|
45
|
-
Object.keys(_constants).forEach(function (key) {
|
|
46
|
-
if (key === "default" || key === "__esModule") return;
|
|
47
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
48
|
-
if (key in exports && exports[key] === _constants[key]) return;
|
|
49
|
-
Object.defineProperty(exports, key, {
|
|
50
|
-
enumerable: true,
|
|
51
|
-
get: function () {
|
|
52
|
-
return _constants[key];
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
});
|
|
56
|
-
var _FirebaseModule = _interopRequireDefault(require("./FirebaseModule.js"));
|
|
57
|
-
var _NativeFirebaseError = _interopRequireDefault(require("./NativeFirebaseError.js"));
|
|
58
|
-
var _NativeModules = require("./NativeModules.js");
|
|
59
|
-
Object.keys(_NativeModules).forEach(function (key) {
|
|
60
|
-
if (key === "default" || key === "__esModule") return;
|
|
61
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
62
|
-
if (key in exports && exports[key] === _NativeModules[key]) return;
|
|
63
|
-
Object.defineProperty(exports, key, {
|
|
64
|
-
enumerable: true,
|
|
65
|
-
get: function () {
|
|
66
|
-
return _NativeModules[key];
|
|
67
|
-
}
|
|
68
|
-
});
|
|
69
|
-
});
|
|
70
|
-
var _app = require("./registry/app.js");
|
|
71
|
-
Object.keys(_app).forEach(function (key) {
|
|
72
|
-
if (key === "default" || key === "__esModule") return;
|
|
73
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
74
|
-
if (key in exports && exports[key] === _app[key]) return;
|
|
75
|
-
Object.defineProperty(exports, key, {
|
|
76
|
-
enumerable: true,
|
|
77
|
-
get: function () {
|
|
78
|
-
return _app[key];
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
});
|
|
82
|
-
var _namespace = require("./registry/namespace.js");
|
|
83
|
-
Object.keys(_namespace).forEach(function (key) {
|
|
84
|
-
if (key === "default" || key === "__esModule") return;
|
|
85
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
86
|
-
if (key in exports && exports[key] === _namespace[key]) return;
|
|
87
|
-
Object.defineProperty(exports, key, {
|
|
88
|
-
enumerable: true,
|
|
89
|
-
get: function () {
|
|
90
|
-
return _namespace[key];
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
});
|
|
94
|
-
var _nativeModule = require("./registry/nativeModule.js");
|
|
95
|
-
Object.keys(_nativeModule).forEach(function (key) {
|
|
96
|
-
if (key === "default" || key === "__esModule") return;
|
|
97
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
98
|
-
if (key in exports && exports[key] === _nativeModule[key]) return;
|
|
99
|
-
Object.defineProperty(exports, key, {
|
|
100
|
-
enumerable: true,
|
|
101
|
-
get: function () {
|
|
102
|
-
return _nativeModule[key];
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
});
|
|
106
|
-
var _SharedEventEmitter = _interopRequireDefault(require("./SharedEventEmitter.js"));
|
|
107
|
-
var _logger = require("./logger.js");
|
|
108
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
109
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_FirebaseApp","_interopRequireDefault","require","_constants","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_FirebaseModule","_NativeFirebaseError","_NativeModules","_app","_namespace","_nativeModule","_SharedEventEmitter","_logger","e","__esModule","default"],"sourceRoot":"../../../lib","sources":["internal/index.ts"],"mappings":"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","ignoreList":[]}
|