Skip to content

Commit

Permalink
-bump version 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aprius committed May 10, 2023
1 parent 5b1cfda commit 864ca94
Show file tree
Hide file tree
Showing 87 changed files with 299 additions and 81 deletions.
6 changes: 4 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Firebase/Plugins/x86_64/FirebaseCppApp-10_7_0.bundle filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-10_7_0.bundle.meta filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_0_0.bundle filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_0_0.bundle.meta filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_0_0.so filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_0_0.so.meta filter=lfs diff=lfs merge=lfs -text
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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 |
Expand All @@ -31,6 +32,7 @@ desktop builds on Windows, OS X, and Linux:
| Feature | Unity Package |
|:----------------------------------:|:---------------------------------:|
| Firebase Authentication | FirebaseAuth.unitypackage |
| Firebase App Check | FirebaseAppCheck.unitypackage |
| Firebase Realtime Database* | FirebaseDatabase.unitypackage |
| Cloud Firestore | FirebaseFirestore.unitypackage |
| Firebase Functions | FirebaseFunctions.unitypackage |
Expand Down Expand Up @@ -69,6 +71,25 @@ Support

Release Notes
-------------
### 11.0.0
- Changes
- App Check: Adds support for Firebase App Check on Android, iOS, tvOS,
and desktop platforms. To learn more, see
https://firebase.google.com/docs/app-check
- Messaging: Remove deprecated calls `Send`, `Subscribe`, and `Unsubscribe`.
- Remote Config (Android/iOS): Added support for real-time config updates. Use the new
`OnConfigUpdateListener` API to get real-time updates. Existing
`FetchAsync` and `ActivateAsync` APIs aren't affected by this change.
To learn more, see
[Get started with Firebase Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=unity#add-real-time-listener).
- Auth: Deprecated a number of methods, appending `_DEPRECATED` to some of
their names. This is a breaking change; you must either modify your code
to refer to the `_DEPRECATED` methods, or switch to the new methods, which
have new return types `AuthResult` (rather than `SignInResult`). The
deprecated methods will be removed in the *next* major release of the
Firebase Unity SDK. *(Note: do not mix and match using the old
and new methods or undefined behavior may result.)*

### 10.7.0
- Changes
- General: Update to Firebase C++ SDK version 10.7.0.
Expand All @@ -78,6 +99,9 @@ Release Notes
as a Java file instead of precompiling it. This is to better support
changes with the UnityPlayerActivity, and GameActivity options, in
the Unity 2023 editor.
- Firestore: Added `Query.Count()`, which fetches the number of documents in
the result set without actually downloading the documents
([#659](https://github.com/firebase/firebase-unity-sdk/pull/659)).

### 10.6.0
- Changes
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.

24 changes: 24 additions & 0 deletions Documentation~/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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 |
Expand All @@ -31,6 +32,7 @@ desktop builds on Windows, OS X, and Linux:
| Feature | Unity Package |
|:----------------------------------:|:---------------------------------:|
| Firebase Authentication | FirebaseAuth.unitypackage |
| Firebase App Check | FirebaseAppCheck.unitypackage |
| Firebase Realtime Database* | FirebaseDatabase.unitypackage |
| Cloud Firestore | FirebaseFirestore.unitypackage |
| Firebase Functions | FirebaseFunctions.unitypackage |
Expand Down Expand Up @@ -69,6 +71,25 @@ Support

Release Notes
-------------
### 11.0.0
- Changes
- App Check: Adds support for Firebase App Check on Android, iOS, tvOS,
and desktop platforms. To learn more, see
https://firebase.google.com/docs/app-check
- Messaging: Remove deprecated calls `Send`, `Subscribe`, and `Unsubscribe`.
- Remote Config (Android/iOS): Added support for real-time config updates. Use the new
`OnConfigUpdateListener` API to get real-time updates. Existing
`FetchAsync` and `ActivateAsync` APIs aren't affected by this change.
To learn more, see
[Get started with Firebase Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=unity#add-real-time-listener).
- Auth: Deprecated a number of methods, appending `_DEPRECATED` to some of
their names. This is a breaking change; you must either modify your code
to refer to the `_DEPRECATED` methods, or switch to the new methods, which
have new return types `AuthResult` (rather than `SignInResult`). The
deprecated methods will be removed in the *next* major release of the
Firebase Unity SDK. *(Note: do not mix and match using the old
and new methods or undefined behavior may result.)*

### 10.7.0
- Changes
- General: Update to Firebase C++ SDK version 10.7.0.
Expand All @@ -78,6 +99,9 @@ Release Notes
as a Java file instead of precompiling it. This is to better support
changes with the UnityPlayerActivity, and GameActivity options, in
the Unity 2023 editor.
- Firestore: Added `Query.Count()`, which fetches the number of documents in
the result set without actually downloading the documents
([#659](https://github.com/firebase/firebase-unity-sdk/pull/659)).

### 10.6.0
- Changes
Expand Down
2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_analytics.png.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.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_auth.png.meta

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

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_auth_dark.png.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.

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

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_config.png.meta

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

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_config_dark.png.meta

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

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_crashlytics.png.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.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_database.png.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.

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.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_functions.png.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.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_invites.png.meta

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

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_invites_dark.png.meta

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

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_storage.png.meta

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

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_storage_dark.png.meta

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

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/firebase_lockup.png.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.

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

<dependencies>
<iosPods>
<iosPod name="Firebase/Core" version="10.7.0" minTargetSdk="8.0">
<iosPod name="Firebase/Core" version="10.9.0" minTargetSdk="8.0">
</iosPod>
</iosPods>
<androidPackages>
<androidPackage spec="com.google.firebase:firebase-common:20.3.2">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-analytics:21.2.1">
<androidPackage spec="com.google.firebase:firebase-analytics:21.2.2">
</androidPackage>
<androidPackage spec="com.google.android.gms:play-services-base:18.2.0">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-app-unity:10.7.0">
<androidPackage spec="com.google.firebase:firebase-app-unity:11.0.0">
<repositories>
<repository>Assets/Firebase/m2repository</repository>
</repositories>
Expand Down
2 changes: 1 addition & 1 deletion Firebase/Editor/AppDependencies.xml.meta

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

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

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

Binary file modified Firebase/Editor/Firebase.Editor.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Editor/Firebase.Editor.pdb.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.

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

2 changes: 1 addition & 1 deletion Firebase/Editor/network_request.exe.meta

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

Loading

0 comments on commit 864ca94

Please sign in to comment.