Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 98f16ab

Browse files
author
SotoiGhost
committed
[Firebase][Auth] Updated to version 6.2.1 (Firebase v6.5.0)
1 parent 1eebeea commit 98f16ab

File tree

6 files changed

+172
-90
lines changed

6 files changed

+172
-90
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Xamarin creates and maintains Xamarin.iOS bindings for the Google APIs for iOS L
99
| [Xamarin.Firebase.iOS.ABTesting][F.ABTesting.Name] | [2.0.0.1][F.ABTesting.Package] |
1010
| [Xamarin.Firebase.iOS.AdMob][F.AdMob.Name] | [7.47.0.0][F.AdMob.Package] |
1111
| [Xamarin.Firebase.iOS.Analytics][F.Analytics.Name] | [6.0.4.0][F.Analytics.Package] |
12-
| [Xamarin.Firebase.iOS.Auth][F.Auth.Name] | [5.0.4.1][F.Auth.Package] |
12+
| [Xamarin.Firebase.iOS.Auth][F.Auth.Name] | [6.2.1.0][F.Auth.Package] |
1313
| [Xamarin.Firebase.iOS.CloudFirestore][F.CloudFirestore.Name] | [0.13.3.0][F.CloudFirestore.Package] |
1414
| [Xamarin.Firebase.iOS.CloudMessaging][F.CloudMessaging.Name] | [4.1.1.0][F.CloudMessaging.Package] |
1515
| [Xamarin.Firebase.iOS.Core][F.Core.Name] | [6.1.0.0][F.Core.Package] |
@@ -53,7 +53,7 @@ Here's a table that shows in which global version is located each component of F
5353
| Firebase A/B Testing | **2.0.0.1** | **5.8.1** |
5454
| Firebase AdMob | **7.47.0.0** | **6.5.0** |
5555
| Firebase Analytics | **6.0.4.0** | **6.5.0** |
56-
| Firebase Auth | **5.0.4.1** | **5.8.1** |
56+
| Firebase Auth | **6.2.1.0** | **6.5.0** |
5757
| Firebase Cloud Firestore | **0.13.3.0** | **5.8.1** |
5858
| Firebase Cloud Messaging | **4.1.1.0** | **6.5.0** |
5959
| Firebase Core | **6.1.0.0** | **6.5.0** |

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"component": {
2525
"type": "git",
2626
"git": {
27-
"name": "FirebaseAuth, FirebaseFirestore, FirebaseMessaging, FirebaseDatabase",
27+
"name": "FirebaseAuth",
2828
"repositoryUrl": "https://github.com/firebase/firebase-ios-sdk.git",
29-
"commitHash": "1e8fc1ac130eef9d8ee351637436ac6d65129b96"
29+
"commitHash": "1e3edcc9463d1335968d4911fbcf2221f81cc9a7"
3030
}
3131
}
3232
},

components.cake

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "2.0.0.2", "8.0", ComponentGroup.Firebase, csprojName: "ABTesting");
33
Artifact FIREBASE_AD_MOB_ARTIFACT = new Artifact ("Firebase.AdMob", "7.47.0", "8.0", ComponentGroup.Firebase, csprojName: "AdMob");
44
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "6.0.4", "8.0", ComponentGroup.Firebase, csprojName: "Analytics");
5-
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "5.0.4.1", "8.0", ComponentGroup.Firebase, csprojName: "Auth");
5+
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "6.2.1", "8.0", ComponentGroup.Firebase, csprojName: "Auth");
66
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "0.13.3", "8.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
77
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "4.1.1", "8.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
88
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "6.1.0", "8.0", ComponentGroup.Firebase, csprojName: "Core");
@@ -108,7 +108,7 @@ void SetArtifactsPodSpecs ()
108108
new PodSpec ("Firebase", "6.5.0", subSpecs: new [] { "Analytics" })
109109
};
110110
FIREBASE_AUTH_ARTIFACT.PodSpecs = new [] {
111-
new PodSpec ("Firebase", "5.8.1", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAuth", targetName: "FirebaseAuth", subSpecs: new [] { "Auth" })
111+
new PodSpec ("Firebase", "6.5.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAuth", targetName: "FirebaseAuth", subSpecs: new [] { "Auth" })
112112
};
113113
FIREBASE_CLOUD_FIRESTORE_ARTIFACT.PodSpecs = new [] {
114114
new PodSpec ("Firebase", "5.8.1", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseFirestore", targetName: "FirebaseFirestore", subSpecs: new [] { "Firestore" }),
@@ -129,7 +129,7 @@ void SetArtifactsPodSpecs ()
129129
new PodSpec ("GoogleUtilities", "6.2.3", frameworkSource: FrameworkSource.Pods, subSpecs: new [] { "AppDelegateSwizzler", "Environment", "ISASwizzler", "Logger", "MethodSwizzler", "Network", "NSData+zlib", "Reachability", "UserDefaults" }),
130130
new PodSpec ("GoogleToolboxForMac", "2.1.4", frameworkSource: FrameworkSource.Pods, subSpecs: new [] { "NSData+zlib", "NSDictionary+URLArguments", "Logger", "StringEncoding", "URLBuilder" }),
131131
new PodSpec ("GoogleAPIClientForREST", "1.3.7", frameworkSource: FrameworkSource.Pods, subSpecs: new [] { "Vision" }, useDefaultSubspecs: true),
132-
new PodSpec ("GTMSessionFetcher", "1.2.1", frameworkSource: FrameworkSource.Pods, subSpecs: new [] { "Full" }),
132+
new PodSpec ("GTMSessionFetcher", "1.2.2", frameworkSource: FrameworkSource.Pods, subSpecs: new [] { "Full" }),
133133
new PodSpec ("leveldb-library", "1.20.0", frameworkSource: FrameworkSource.Pods, frameworkName: "leveldb"),
134134
new PodSpec ("nanopb", "0.3.901", frameworkSource: FrameworkSource.Pods),
135135
new PodSpec ("Protobuf", "3.8.0", frameworkSource: FrameworkSource.Pods),
@@ -223,6 +223,7 @@ void SetArtifactsExtraPodfileLines ()
223223
"end",
224224
};
225225

226+
FIREBASE_AUTH_ARTIFACT.ExtraPodfileLines = staticFrameworkLines;
226227
FIREBASE_CLOUD_MESSAGING_ARTIFACT.ExtraPodfileLines = staticFrameworkLines;
227228
FIREBASE_CORE_ARTIFACT.ExtraPodfileLines = staticFrameworkLines;
228229
FIREBASE_DYNAMIC_LINKS_ARTIFACT.ExtraPodfileLines = staticFrameworkLines;

0 commit comments

Comments
 (0)