Skip to content

Commit

Permalink
Package Update 11.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
game-workstore-bot committed Apr 29, 2024
1 parent e93d27a commit e7a402a
Show file tree
Hide file tree
Showing 37 changed files with 64 additions and 51 deletions.
41 changes: 27 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ features on *iOS*, *tvOS* and *Android*.

Note: Firebase Dynamic Links is not supported on tvOS.

| Feature | Unity Package |
|:----------------------------------:|:---------------------------------:|
| Firebase Analytics | FirebaseAnalytics.unitypackage |
| Firebase App Check | FirebaseAppCheck.unitypackage |
| Firebase Authentication | FirebaseAuth.unitypackage |
| Firebase Crashlytics | FirebaseCrashlytics.unitypackage |
| Firebase Dynamic Links | FirebaseDynamicLinks.unitypackage |
| Cloud Firestore | FirebaseFirestore.unitypackage |
| Firebase Functions | FirebaseFunctions.unitypackage |
| Firebase Installations | FirebaseInstallations.unitypackage|
| Firebase Messaging | FirebaseMessaging.unitypackage |
| Firebase Realtime Database | FirebaseDatabase.unitypackage |
| Firebase Remote Config | FirebaseRemoteConfig.unitypackage |
| Firebase Storage | FirebaseStorage.unitypackage |
| Feature | Unity Package |
|:-----------------------------------:|:---------------------------------:|
| Firebase Analytics | FirebaseAnalytics.unitypackage |
| Firebase App Check | FirebaseAppCheck.unitypackage |
| Firebase Authentication | FirebaseAuth.unitypackage |
| Firebase Crashlytics | FirebaseCrashlytics.unitypackage |
| Firebase Dynamic Links (deprecated) | FirebaseDynamicLinks.unitypackage |
| Cloud Firestore | FirebaseFirestore.unitypackage |
| Firebase Functions | FirebaseFunctions.unitypackage |
| Firebase Installations | FirebaseInstallations.unitypackage|
| Firebase Messaging | FirebaseMessaging.unitypackage |
| Firebase Realtime Database | FirebaseDatabase.unitypackage |
| Firebase Remote Config | FirebaseRemoteConfig.unitypackage |
| Firebase Storage | FirebaseStorage.unitypackage |

The SDK provides .NET 4.x compatible packages

Expand Down Expand Up @@ -71,6 +71,19 @@ Support

Release Notes
-------------
### 11.8.0
- Changes
- General: Update to Firebase C++ SDK version 11.9.0.
- General (Android): Update to Firebase Android BoM version 32.7.4.
- General (iOS): Update to Firebase Cocoapods version 10.22.0.
- General (Android): Improve how property tag logic handles Unity 2022+.
- Auth: Add FirebaseUser.SendEmailVerificationBeforeUpdatingEmailAsync,
a new method to verify and change the User's email.
- Auth: Deprecate the older method of updating emails, UpdateEmail.
- Dynamic Links: The Dynamic Links SDK is now deprecated. See the [support
documentation](https://firebase.google.com/support/dynamic-links-faq)
for more information.

### 11.7.0
- Changes
- General: Update to Firebase C++ SDK version 11.8.0.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Assets/Firebase/Plugins/iOS/Firebase.Functions.pdb
Assets/Firebase/Plugins/x86_64/FirebaseCppFunctions.bundle
Assets/Firebase/Plugins/x86_64/FirebaseCppFunctions.dll
Assets/Firebase/Plugins/x86_64/FirebaseCppFunctions.so
Assets/Firebase/m2repository/com/google/firebase/firebase-functions-unity/11.7.0/firebase-functions-unity-11.7.0.pom
Assets/Firebase/m2repository/com/google/firebase/firebase-functions-unity/11.7.0/firebase-functions-unity-11.7.0.srcaar
Assets/Firebase/m2repository/com/google/firebase/firebase-functions-unity/11.8.0/firebase-functions-unity-11.8.0.pom
Assets/Firebase/m2repository/com/google/firebase/firebase-functions-unity/11.8.0/firebase-functions-unity-11.8.0.srcaar
Assets/Firebase/m2repository/com/google/firebase/firebase-functions-unity/maven-metadata.xml
Assets/Plugins/iOS/Firebase/libFirebaseCppFunctions.a
Assets/Plugins/tvOS/Firebase/libFirebaseCppFunctions.a
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Firebase/Editor/FunctionsDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ FirebaseFunctions iOS and Android Dependencies.

<dependencies>
<iosPods>
<iosPod name="Firebase/Functions" version="10.20.0" minTargetSdk="8.0">
<iosPod name="Firebase/Functions" version="10.22.0" minTargetSdk="8.0">
</iosPod>
</iosPods>
<androidPackages>
<androidPackage spec="com.google.firebase:firebase-functions:20.4.0">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-analytics:21.5.0">
<androidPackage spec="com.google.firebase:firebase-analytics:21.5.1">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-functions-unity:11.7.0">
<androidPackage spec="com.google.firebase:firebase-functions-unity:11.8.0">
<repositories>
<repository>Assets/Firebase/m2repository</repository>
</repositories>
Expand Down
2 changes: 1 addition & 1 deletion Firebase/Editor/FunctionsDependencies.xml.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/Firebase.Functions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/Firebase.Functions.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/Firebase.Functions.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/Firebase.Functions.pdb.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/iOS/Firebase.Functions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/iOS/Firebase.Functions.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/iOS/Firebase.Functions.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/iOS/Firebase.Functions.pdb.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/x86_64/FirebaseCppFunctions.bundle
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppFunctions.bundle.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/x86_64/FirebaseCppFunctions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppFunctions.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/x86_64/FirebaseCppFunctions.so
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppFunctions.so.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-functions-unity</artifactId>
<version>11.7.0</version>
<version>11.8.0</version>
<packaging>aar</packaging>
<dependencies>

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<groupId>com.google.firebase</groupId>
<artifactId>firebase-functions-unity</artifactId>
<versioning>
<release>11.7.0</release>
<versions><version>11.7.0</version></versions>
<release>11.8.0</release>
<versions><version>11.8.0</version></versions>
<lastUpdated/>
</versioning>
</metadata>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Plugins/iOS/Firebase/libFirebaseCppFunctions.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/iOS/Firebase/libFirebaseCppFunctions.a.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Plugins/tvOS.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Plugins/tvOS/Firebase.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Plugins/tvOS/Firebase/libFirebaseCppFunctions.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/tvOS/Firebase/libFirebaseCppFunctions.a.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.google.firebase.functions",
"version": "11.7.0",
"version": "11.8.0",
"displayName": "Cloud Functions for Firebase",
"keywords": [
"Google",
Expand All @@ -17,6 +17,6 @@
"description": "Run your mobile backend code without managing servers.\n\nWith Cloud Functions, you can write and deploy code to our servers that automatically responds (i.e. executes) to events in your game.\n\nThis way, your game logic is fully insulated from the client so you can be sure its functions are private and can't be reverse engineered. Cloud Functions also automatically scales up computing resources to match the usage patterns of your game.",
"unity": "2019.1",
"dependencies": {
"com.google.firebase.app": "11.7.0"
"com.google.firebase.app": "11.8.0"
}
}
2 changes: 1 addition & 1 deletion package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7a402a

Please sign in to comment.