Skip to content

Commit

Permalink
chore(): cap sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Feb 2, 2024
1 parent dbd2035 commit 0eb06f0
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 7 deletions.
1 change: 1 addition & 0 deletions android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
implementation project(':capacitor-firebase-app-check')
implementation project(':capacitor-firebase-crashlytics')
implementation project(':capacitor-firebase-performance')
implementation project(':capacitor-firebase-storage')
implementation project(':capacitor-clipboard')
implementation project(':capacitor-filesystem')
implementation project(':capacitor-keyboard')
Expand Down
4 changes: 4 additions & 0 deletions android/app/src/main/assets/capacitor.plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"pkg": "@capacitor-firebase/performance",
"classpath": "io.capawesome.capacitorjs.plugins.firebase.performance.FirebasePerformancePlugin"
},
{
"pkg": "@capacitor-firebase/storage",
"classpath": "io.capawesome.capacitorjs.plugins.firebase.storage.FirebaseStoragePlugin"
},
{
"pkg": "@capacitor/clipboard",
"classpath": "com.capacitorjs.plugins.clipboard.ClipboardPlugin"
Expand Down
3 changes: 3 additions & 0 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ project(':capacitor-firebase-crashlytics').projectDir = new File('../node_module
include ':capacitor-firebase-performance'
project(':capacitor-firebase-performance').projectDir = new File('../node_modules/@capacitor-firebase/performance/android')

include ':capacitor-firebase-storage'
project(':capacitor-firebase-storage').projectDir = new File('../node_modules/@capacitor-firebase/storage/android')

include ':capacitor-clipboard'
project(':capacitor-clipboard').projectDir = new File('../node_modules/@capacitor/clipboard/android')

Expand Down
4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@firebase/database-types": "1.0.0",
"@firebase/database-types": "1.0.1",
"@google-cloud/storage": "7.7.0",
"@sign-mt/browsermt": "0.2.3",
"cors": "2.8.5",
Expand All @@ -35,7 +35,7 @@
"@firebase/firestore-types": "3.0.0",
"@firebase/rules-unit-testing": "3.0.1",
"@types/http-errors": "2.0.4",
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"@types/node-fetch": "2.6.11",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
Expand Down
1 change: 1 addition & 0 deletions ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def capacitor_pods
pod 'CapacitorFirebaseAppCheck', :path => '../../node_modules/@capacitor-firebase/app-check'
pod 'CapacitorFirebaseCrashlytics', :path => '../../node_modules/@capacitor-firebase/crashlytics'
pod 'CapacitorFirebasePerformance', :path => '../../node_modules/@capacitor-firebase/performance'
pod 'CapacitorFirebaseStorage', :path => '../../node_modules/@capacitor-firebase/storage'
pod 'CapacitorClipboard', :path => '../../node_modules/@capacitor/clipboard'
pod 'CapacitorFilesystem', :path => '../../node_modules/@capacitor/filesystem'
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
Expand Down
26 changes: 25 additions & 1 deletion ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ PODS:
- CapacitorFirebasePerformance (5.4.0):
- Capacitor
- FirebasePerformance (~> 10.8)
- CapacitorFirebaseStorage (5.4.0):
- Capacitor
- FirebaseStorage (~> 10.8)
- CapacitorKeyboard (5.0.8):
- Capacitor
- CapacitorShare (5.0.7):
Expand Down Expand Up @@ -59,6 +62,8 @@ PODS:
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- PromisesObjC (~> 2.1)
- FirebaseAppCheckInterop (10.20.0)
- FirebaseAuthInterop (10.20.0)
- FirebaseCore (10.8.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
Expand Down Expand Up @@ -104,6 +109,12 @@ PODS:
- GoogleUtilities/Environment (~> 7.10)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesSwift (~> 2.1)
- FirebaseStorage (10.20.0):
- FirebaseAppCheckInterop (~> 10.0)
- FirebaseAuthInterop (~> 10.0)
- FirebaseCore (~> 10.0)
- FirebaseCoreExtension (~> 10.0)
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
- GCDWebServer (3.5.4):
- GCDWebServer/Core (= 3.5.4)
- GCDWebServer/Core (3.5.4)
Expand Down Expand Up @@ -151,6 +162,7 @@ PODS:
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (7.11.1):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (3.3.1)
- nanopb (2.30909.0):
- nanopb/decode (= 2.30909.0)
- nanopb/encode (= 2.30909.0)
Expand All @@ -172,6 +184,7 @@ DEPENDENCIES:
- "CapacitorFirebaseAppCheck (from `../../node_modules/@capacitor-firebase/app-check`)"
- "CapacitorFirebaseCrashlytics (from `../../node_modules/@capacitor-firebase/crashlytics`)"
- "CapacitorFirebasePerformance (from `../../node_modules/@capacitor-firebase/performance`)"
- "CapacitorFirebaseStorage (from `../../node_modules/@capacitor-firebase/storage`)"
- "CapacitorKeyboard (from `../../node_modules/@capacitor/keyboard`)"
- "CapacitorShare (from `../../node_modules/@capacitor/share`)"
- "CapacitorSplashScreen (from `../../node_modules/@capacitor/splash-screen`)"
Expand All @@ -181,6 +194,8 @@ SPEC REPOS:
- FirebaseABTesting
- FirebaseAnalytics
- FirebaseAppCheck
- FirebaseAppCheckInterop
- FirebaseAuthInterop
- FirebaseCore
- FirebaseCoreExtension
- FirebaseCoreInternal
Expand All @@ -189,10 +204,12 @@ SPEC REPOS:
- FirebasePerformance
- FirebaseRemoteConfig
- FirebaseSessions
- FirebaseStorage
- GCDWebServer
- GoogleAppMeasurement
- GoogleDataTransport
- GoogleUtilities
- GTMSessionFetcher
- nanopb
- PromisesObjC
- PromisesSwift
Expand All @@ -218,6 +235,8 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor-firebase/crashlytics"
CapacitorFirebasePerformance:
:path: "../../node_modules/@capacitor-firebase/performance"
CapacitorFirebaseStorage:
:path: "../../node_modules/@capacitor-firebase/storage"
CapacitorKeyboard:
:path: "../../node_modules/@capacitor/keyboard"
CapacitorShare:
Expand All @@ -236,12 +255,15 @@ SPEC CHECKSUMS:
CapacitorFirebaseAppCheck: 33df3ec806a230b40b34e27ab9dcd81052edb6b1
CapacitorFirebaseCrashlytics: d0a9e0408cd3ef56c7f9eb56e23808a8e726e973
CapacitorFirebasePerformance: 964b215796522c83767a78ad629b9581558b391a
CapacitorFirebaseStorage: b0a6f3908acae8ba72d0c1289a8a9e8f952f7bf7
CapacitorKeyboard: aec619a578235c6ce279075009a2689c2cf5c42c
CapacitorShare: c6a1ebbf0114ff9e863b966cd6052678fa25d480
CapacitorSplashScreen: dd3de3f3644710fa2a697cfb91ec262eece4d242
FirebaseABTesting: 005b70969e2817e2a1e631e8dba29134a04c0622
FirebaseAnalytics: e1fc758bd5d71823bba970c076abee4b2450a5f4
FirebaseAppCheck: 8bde2c5f393518ab98290151188bf196b4bab91e
FirebaseAppCheckInterop: e81bdb1cdb82f8e0cef353ba5018a8402682032c
FirebaseAuthInterop: 6142981334978f7942ff0e8a6f8966c3b3c8ff37
FirebaseCore: e78636a990b54be427ce300aa09a0e359f4e0e87
FirebaseCoreExtension: d3e9bba2930a8033042112397cd9f006a1bb203d
FirebaseCoreInternal: d2b4acb827908e72eca47a9fd896767c3053921e
Expand All @@ -250,14 +272,16 @@ SPEC CHECKSUMS:
FirebasePerformance: 080f10f4fc55a142425381f51062d30f335c2785
FirebaseRemoteConfig: 5ea5834e8c518f377bf1af2d97ebd611914ebf2d
FirebaseSessions: 44a6782502eb279a214d4adca20891353278760c
FirebaseStorage: 8505bae8ac6662474b5b50e07759fb2765c15746
GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4
GoogleAppMeasurement: 0ba93018e916f7badf915c2337d43cc1fa96b3f9
GoogleDataTransport: f0308f5905a745f94fb91fea9c6cbaf3831cb1bd
GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749
GTMSessionFetcher: 8a1b34ad97ebe6f909fb8b9b77fba99943007556
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
PromisesSwift: cf9eb58666a43bbe007302226e510b16c1e10959

PODFILE CHECKSUM: b55777bf5f1282c527720da8f3519d9855fea953
PODFILE CHECKSUM: 21a176319e8c88223878d14b7f86521f16f6bdf4

COCOAPODS: 1.15.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"cld3-asm": "4.0.0",
"comlink": "4.4.1",
"filesize": "9.0.11",
"firebase": "10.7.2",
"firebase": "10.8.0",
"flag-icons": "7.1.0",
"ionicons": "7.2.2",
"leaflet": "1.9.4",
Expand Down Expand Up @@ -117,7 +117,7 @@
"@capacitor/assets": "3.0.4",
"@capacitor/cli": "5.6.0",
"@ionic/angular-server": "7.7.0",
"@playwright/test": "1.41.1",
"@playwright/test": "1.41.2",
"@sign-mt/configuration": "git://github.com/sign/.github.git",
"@trapezedev/project": "7.0.10",
"@types/dom-mediacapture-transform": "0.1.9",
Expand All @@ -126,7 +126,7 @@
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/offscreencanvas": "2019.7.3",
"@types/three": "0.161.1",
"@types/three": "0.161.2",
"@types/web-app-manifest": "1.0.7",
"@types/webgl2": "0.0.11",
"@types/wicg-file-system-access": "2023.10.4",
Expand All @@ -136,7 +136,7 @@
"dotenv": "16.4.1",
"eslint": "8.56.0",
"fuzzy": "0.1.3",
"husky": "9.0.7",
"husky": "9.0.10",
"inquirer": "9.2.13",
"inquirer-autocomplete-prompt": "3.0.1",
"jasmine-axe": "1.1.0",
Expand Down

0 comments on commit 0eb06f0

Please sign in to comment.