File tree 21 files changed +99
-12
lines changed
21 files changed +99
-12
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @capacitor-firebase/analytics ' : major
3
+ ' @capacitor-firebase/app ' : major
4
+ ' @capacitor-firebase/app-check ' : major
5
+ ' @capacitor-firebase/authentication ' : major
6
+ ' @capacitor-firebase/crashlytics ' : major
7
+ ' @capacitor-firebase/firestore ' : major
8
+ ' @capacitor-firebase/messaging ' : major
9
+ ' @capacitor-firebase/performance ' : major
10
+ ' @capacitor-firebase/remote-config ' : major
11
+ ' @capacitor-firebase/storage ' : major
12
+ ---
13
+
14
+ chore(deps): update Android SDKs
Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
4
4
5
5
## Versions
6
6
7
+ - [ Version 6.x.x] ( #version-6xx )
7
8
- [ Version 5.x.x] ( #version-5xx )
8
9
- [ Version 1.x.x] ( #version-1xx )
9
10
11
+ ## Version 6.x.x
12
+
13
+ ### Variables
14
+
15
+ - On Android, the ` firebaseAnalyticsVersion ` variable has been updated to ` 20.5.1 ` .
16
+
10
17
## Version 5.x.x
11
18
12
19
### Capacitor 5
Original file line number Diff line number Diff line change 3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- firebaseAnalyticsVersion = project. hasProperty(' firebaseAnalyticsVersion' ) ? rootProject. ext. firebaseAnalyticsVersion : ' 21.2.2 '
6
+ firebaseAnalyticsVersion = project. hasProperty(' firebaseAnalyticsVersion' ) ? rootProject. ext. firebaseAnalyticsVersion : ' 21.5.1 '
7
7
}
8
8
9
9
buildscript {
Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
4
4
5
5
## Versions
6
6
7
+ - [ Version 6.x.x] ( #version-6xx )
7
8
- [ Version 5.x.x] ( #version-5xx )
8
9
10
+ ## Version 6.x.x
11
+
12
+ ### Variables
13
+
14
+ - On Android, the ` firebaseAppCheckPlayIntegrityVersion ` variable has been updated to ` 17.1.2 ` .
15
+ - On Android, the ` firebaseAppCheckDebugVersion ` variable has been updated to ` 17.1.2 ` .
16
+
9
17
## Version 5.x.x
10
18
11
19
### Capacitor 5
Original file line number Diff line number Diff line change 3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- firebaseAppCheckPlayIntegrityVersion = project. hasProperty(' firebaseAppCheckPlayIntegrityVersion' ) ? rootProject. ext. firebaseAppCheckPlayIntegrityVersion : ' 17.0.1 '
7
- firebaseAppCheckDebugVersion = project. hasProperty(' firebaseAppCheckDebugVersion' ) ? rootProject. ext. firebaseAppCheckDebugVersion : ' 17.0.1 '
6
+ firebaseAppCheckPlayIntegrityVersion = project. hasProperty(' firebaseAppCheckPlayIntegrityVersion' ) ? rootProject. ext. firebaseAppCheckPlayIntegrityVersion : ' 17.1.2 '
7
+ firebaseAppCheckDebugVersion = project. hasProperty(' firebaseAppCheckDebugVersion' ) ? rootProject. ext. firebaseAppCheckDebugVersion : ' 17.1.2 '
8
8
}
9
9
10
10
buildscript {
Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
4
4
5
5
## Versions
6
6
7
+ - [ Version 6.x.x] ( #version-6xx )
7
8
- [ Version 5.x.x] ( #version-5xx )
8
9
- [ Version 1.x.x] ( #version-1xx )
9
10
11
+ ## Version 6.x.x
12
+
13
+ ### Variables
14
+
15
+ - On Android, the ` firebaseCommonVersion ` variable has been updated to ` 20.4.2 ` .
16
+
10
17
## Version 5.x.x
11
18
12
19
### Capacitor 5
Original file line number Diff line number Diff line change 3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- firebaseCommonVersion = project. hasProperty(' firebaseCommonVersion' ) ? rootProject. ext. firebaseCommonVersion : ' 20.3 .2'
6
+ firebaseCommonVersion = project. hasProperty(' firebaseCommonVersion' ) ? rootProject. ext. firebaseCommonVersion : ' 20.4 .2'
7
7
}
8
8
9
9
buildscript {
Original file line number Diff line number Diff line change @@ -4,10 +4,19 @@ This is a comprehensive list of the breaking changes introduced in the major ver
4
4
5
5
## Versions
6
6
7
+ - [ Version 6.x.x] ( #version-6xx )
7
8
- [ Version 5.x.x] ( #version-5xx )
8
9
- [ Version 1.x.x] ( #version-1xx )
9
10
- [ Version 0.4.x] ( #version-04x )
10
11
12
+ ## Version 6.x.x
13
+
14
+ ### Variables
15
+
16
+ - On Android, the ` firebaseAuthVersion ` variable has been updated to ` 22.3.1 ` .
17
+ - On Android, the ` playServicesAuthVersion ` variable has been updated to ` 21.0.0 ` .
18
+ - On Android, the ` facebookLoginVersion ` variable has been updated to ` 16.3.0 ` .
19
+
11
20
## Version 5.x.x
12
21
13
22
### Capacitor 5
Original file line number Diff line number Diff line change 6
6
rgcfaIncludeGoogle = project. hasProperty(' rgcfaIncludeGoogle' ) ? rootProject. ext. rgcfaIncludeGoogle : false
7
7
rgcfaIncludeFacebook = project. hasProperty(' rgcfaIncludeFacebook' ) ? rootProject. ext. rgcfaIncludeFacebook : false
8
8
firebaseAuthVersion = project. hasProperty(' firebaseAuthVersion' ) ? rootProject. ext. firebaseAuthVersion : ' 22.3.1'
9
- playServicesAuthVersion = project. hasProperty(' playServicesAuthVersion' ) ? rootProject. ext. playServicesAuthVersion : ' 20.5 .0'
10
- facebookLoginVersion = project. hasProperty(' facebookLoginVersion' ) ? rootProject. ext. facebookLoginVersion : ' 16.0 .0'
9
+ playServicesAuthVersion = project. hasProperty(' playServicesAuthVersion' ) ? rootProject. ext. playServicesAuthVersion : ' 21.0 .0'
10
+ facebookLoginVersion = project. hasProperty(' facebookLoginVersion' ) ? rootProject. ext. facebookLoginVersion : ' 16.3 .0'
11
11
}
12
12
13
13
buildscript {
Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
4
4
5
5
## Versions
6
6
7
+ - [ Version 6.x.x] ( #version-6xx )
7
8
- [ Version 5.x.x] ( #version-5xx )
8
9
- [ Version 1.x.x] ( #version-1xx )
9
10
11
+ ## Version 6.x.x
12
+
13
+ ### Variables
14
+
15
+ - On Android, the ` firebaseCrashlyticsVersion ` variable has been updated to ` 18.6.2 ` .
16
+
10
17
## Version 5.x.x
11
18
12
19
### Capacitor 5
Original file line number Diff line number Diff line change 3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- firebaseCrashlyticsVersion = project. hasProperty(' firebaseCrashlyticsVersion' ) ? rootProject. ext. firebaseCrashlyticsVersion : ' 18.3.6 '
6
+ firebaseCrashlyticsVersion = project. hasProperty(' firebaseCrashlyticsVersion' ) ? rootProject. ext. firebaseCrashlyticsVersion : ' 18.6.2 '
7
7
}
8
8
9
9
buildscript {
Original file line number Diff line number Diff line change @@ -11,3 +11,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
11
11
### ` QueryDocumentSnapshot ` interface
12
12
13
13
The ` QueryDocumentSnapshot ` interface has been replaced with the ` DocumentSnapshot ` interface.
14
+
15
+ ### Variables
16
+
17
+ - On Android, the ` firebaseFirestoreVersion ` variable has been updated to ` 24.10.3 ` .
Original file line number Diff line number Diff line change 3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- firebaseFirestoreVersion = project. hasProperty(' firebaseFirestoreVersion' ) ? rootProject. ext. firebaseFirestoreVersion : ' 24.7.1 '
6
+ firebaseFirestoreVersion = project. hasProperty(' firebaseFirestoreVersion' ) ? rootProject. ext. firebaseFirestoreVersion : ' 24.10.3 '
7
7
}
8
8
9
9
buildscript {
Original file line number Diff line number Diff line change @@ -4,11 +4,18 @@ This is a comprehensive list of the breaking changes introduced in the major ver
4
4
5
5
## Versions
6
6
7
+ - [ Version 6.x.x] ( #version-6xx )
7
8
- [ Version 5.x.x] ( #version-5xx )
8
9
- [ Version 1.x.x] ( #version-1xx )
9
10
- [ Version 0.4.x] ( #version-04x )
10
11
- [ Version 0.3.x] ( #version-03x )
11
12
13
+ ## Version 6.x.x
14
+
15
+ ### Variables
16
+
17
+ - On Android, the ` firebaseMessagingVersion ` variable has been updated to ` 23.4.1 ` .
18
+
12
19
## Version 5.x.x
13
20
14
21
### Capacitor 5
Original file line number Diff line number Diff line change 3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- firebaseMessagingVersion = project. hasProperty(' firebaseMessagingVersion' ) ? rootProject. ext. firebaseMessagingVersion : ' 23.1.2 '
6
+ firebaseMessagingVersion = project. hasProperty(' firebaseMessagingVersion' ) ? rootProject. ext. firebaseMessagingVersion : ' 23.4.1 '
7
7
}
8
8
9
9
buildscript {
Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
4
4
5
5
## Versions
6
6
7
+ - [ Version 6.x.x] ( #version-6xx )
7
8
- [ Version 5.x.x] ( #version-5xx )
8
9
- [ Version 1.x.x] ( #version-1xx )
9
10
11
+ ## Version 6.x.x
12
+
13
+ ### Variables
14
+
15
+ - On Android, the ` firebasePerfVersion ` variable has been updated to ` 20.5.2 ` .
16
+
10
17
## Version 5.x.x
11
18
12
19
### Capacitor 5
Original file line number Diff line number Diff line change 3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- firebasePerfVersion = project. hasProperty(' firebasePerfVersion' ) ? rootProject. ext. firebasePerfVersion : ' 20.3.1 '
6
+ firebasePerfVersion = project. hasProperty(' firebasePerfVersion' ) ? rootProject. ext. firebasePerfVersion : ' 20.5.2 '
7
7
}
8
8
9
9
buildscript {
Original file line number Diff line number Diff line change @@ -4,8 +4,15 @@ This is a comprehensive list of the breaking changes introduced in the major ver
4
4
5
5
## Versions
6
6
7
+ - [ Version 6.x.x] ( #version-6xx )
7
8
- [ Version 5.x.x] ( #version-5xx )
8
9
10
+ ## Version 6.x.x
11
+
12
+ ### Variables
13
+
14
+ - On Android, the ` firebaseConfigVersion ` variable has been updated to ` 21.6.3 ` .
15
+
9
16
## Version 5.x.x
10
17
11
18
### Capacitor 5
Original file line number Diff line number Diff line change 3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- firebaseConfigVersion = project. hasProperty(' firebaseConfigVersion' ) ? rootProject. ext. firebaseConfigVersion : ' 21.3.0 '
6
+ firebaseConfigVersion = project. hasProperty(' firebaseConfigVersion' ) ? rootProject. ext. firebaseConfigVersion : ' 21.6.3 '
7
7
}
8
8
9
9
buildscript {
Original file line number Diff line number Diff line change 1
1
# Breaking Changes
2
2
3
3
This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor Firebase Storage plugin.
4
+
5
+ ## Versions
6
+
7
+ - [ Version 6.x.x] ( #version-6xx )
8
+
9
+ ## Version 6.x.x
10
+
11
+ ### Variables
12
+
13
+ - On Android, the ` firebaseStorageVersion ` variable has been updated to ` 20.3.0 ` .
Original file line number Diff line number Diff line change 3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- firebaseStorageVersion = project. hasProperty(' firebaseStorageVersion' ) ? rootProject. ext. firebaseStorageVersion : ' 20.2.1 '
6
+ firebaseStorageVersion = project. hasProperty(' firebaseStorageVersion' ) ? rootProject. ext. firebaseStorageVersion : ' 20.3.0 '
7
7
}
8
8
9
9
buildscript {
You can’t perform that action at this time.
0 commit comments