[database] add to tests deps

This commit is contained in:
Salakar
2019-06-03 19:26:14 +01:00
parent 28ae500b02
commit ce0b15ceba
3 changed files with 24 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ PODS:
- FirebaseAnalytics (= 5.8.1)
- Firebase/CoreOnly (5.20.2):
- FirebaseCore (= 5.4.1)
- Firebase/Database (5.20.2):
- Firebase/CoreOnly
- FirebaseDatabase (= 5.1.1)
- Firebase/Functions (5.20.2):
- Firebase/CoreOnly
- FirebaseFunctions (= 2.4.0)
@@ -64,6 +67,10 @@ PODS:
- FirebaseCore (5.4.1):
- GoogleUtilities/Environment (~> 5.2)
- GoogleUtilities/Logger (~> 5.2)
- FirebaseDatabase (5.1.1):
- FirebaseAuthInterop (~> 1.0)
- FirebaseCore (~> 5.2)
- leveldb-library (~> 1.18)
- FirebaseDynamicLinks (3.4.3):
- FirebaseAnalytics (~> 5.1)
- FirebaseAnalyticsInterop (~> 1.0)
@@ -207,6 +214,7 @@ PODS:
- GTMSessionFetcher/Core (= 1.2.1)
- Jet (0.4.1):
- React
- leveldb-library (1.20)
- nanopb (0.3.901):
- nanopb/decode (= 0.3.901)
- nanopb/encode (= 0.3.901)
@@ -279,6 +287,11 @@ PODS:
- Firebase/Core (~> 5.20.2)
- React
- RNFBApp
- RNFBDatabase (6.0.0-alpha.22):
- Firebase/Core (~> 5.20.2)
- Firebase/Database (~> 5.20.2)
- React
- RNFBApp
- RNFBFiam (6.0.0-alpha.22):
- Firebase/Core (~> 5.20.2)
- Firebase/InAppMessagingDisplay (~> 5.20.2)
@@ -342,6 +355,7 @@ DEPENDENCIES:
- "RNFBAuth (from `../node_modules/@react-native-firebase/auth/ios`)"
- "RNFBConfig (from `../node_modules/@react-native-firebase/config/ios`)"
- "RNFBCrashlytics (from `../node_modules/@react-native-firebase/crashlytics/ios`)"
- "RNFBDatabase (from `../node_modules/@react-native-firebase/database/ios`)"
- "RNFBFiam (from `../node_modules/@react-native-firebase/fiam/ios`)"
- "RNFBFirestore (from `../node_modules/@react-native-firebase/firestore/ios`)"
- "RNFBFunctions (from `../node_modules/@react-native-firebase/functions/ios`)"
@@ -365,6 +379,7 @@ SPEC REPOS:
- FirebaseAuth
- FirebaseAuthInterop
- FirebaseCore
- FirebaseDatabase
- FirebaseDynamicLinks
- FirebaseFunctions
- FirebaseInAppMessaging
@@ -385,6 +400,7 @@ SPEC REPOS:
- GoogleUtilities
- GTMOAuth2
- GTMSessionFetcher
- leveldb-library
- nanopb
- Protobuf
@@ -409,6 +425,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/@react-native-firebase/config/ios"
RNFBCrashlytics:
:path: "../node_modules/@react-native-firebase/crashlytics/ios"
RNFBDatabase:
:path: "../node_modules/@react-native-firebase/database/ios"
RNFBFiam:
:path: "../node_modules/@react-native-firebase/fiam/ios"
RNFBFirestore:
@@ -442,6 +460,7 @@ SPEC CHECKSUMS:
FirebaseAuth: dd7bbf03a5aee0eafb3a1aee4d2812bd74bac890
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
FirebaseCore: f1a9a8be1aee4bf71a2fc0f4096df6788bdfda61
FirebaseDatabase: 2c15b0ea6f2c6eb5e57413f9d6340f1e50b81ae3
FirebaseDynamicLinks: f7a8717e2c7ea652923882a2d60b0045d6fd99d5
FirebaseFunctions: 35b530c69ef8c322c414104280d36a06347a5d49
FirebaseInAppMessaging: 25e8c4408829928b6727fb461e0aef6a43111467
@@ -465,6 +484,7 @@ SPEC CHECKSUMS:
GTMOAuth2: e8b6512c896235149df975c41d9a36c868ab7fba
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
Jet: 5748d9e6ccc47b646859282fc25d1b063540e981
leveldb-library: 08cba283675b7ed2d99629a4bc5fd052cd2bb6a5
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
Protobuf: 7a877b7f3e5964e3fce995e2eb323dbc6831bb5a
React: 1d605e098d69bdf08960787f3446f0a9dc2e2ccf
@@ -473,6 +493,7 @@ SPEC CHECKSUMS:
RNFBAuth: 82b44f91b28bacf8e7ee273e741776cb45401cfb
RNFBConfig: 5e2ff9099cfeb40d7d82a18f816b559b19dc531d
RNFBCrashlytics: 730bfea7be5181b5ee9d5d87173d4265fde11f63
RNFBDatabase: b144ff289ecff46c20c77ba3c288d638aaa10f7a
RNFBFiam: b648fc64e9ec44fa70564e84c91f8565bd9dd76f
RNFBFirestore: 3301d9730537139ef75cf72d26d5b32101dfe6b7
RNFBFunctions: 3e4297a8371e5fab8c43dc5be6b126cbe3502e90

View File

@@ -270,6 +270,7 @@
"${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework",
"${BUILT_PRODUCTS_DIR}/React/React.framework",
"${BUILT_PRODUCTS_DIR}/glog/glog.framework",
"${BUILT_PRODUCTS_DIR}/leveldb-library/leveldb.framework",
"${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
"${BUILT_PRODUCTS_DIR}/yoga/yoga.framework",
);
@@ -286,6 +287,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/leveldb.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework",
);

View File

@@ -10,6 +10,7 @@
"@react-native-firebase/ml-natural-language": "6.0.0-alpha.22",
"@react-native-firebase/analytics": "6.0.0-alpha.22",
"@react-native-firebase/app": "6.0.0-alpha.22",
"@react-native-firebase/database": "6.0.0-alpha.22",
"@react-native-firebase/app-types": "6.0.0-alpha.22",
"@react-native-firebase/auth": "6.0.0-alpha.22",
"@react-native-firebase/config": "6.0.0-alpha.22",