You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which contains DLLs that encode the version in their filename under the
125
-
folder `PlayServicesResolver/Editor`. For each versioned DLL under the
126
-
folder `PlayServicesResolver/Editor` delete the oldest version of each DLL.
127
-
- Remove .NET 4.x DLLs from `Parse/Plugins/dotNet45`.
128
-
- Remove / rename platform specific DLLs.
129
-
Firebase plugins contain iOS specific DLLs under the folder
130
-
`Firebase/Plugins/iOS`.
131
-
- When *not* building for iOS:
132
-
- Change the extension of files under the `Firebase/Plugins/iOS` folder
133
-
from `.dll` to `.dlldisabled`
134
-
- When building for iOS:
135
-
- Change the extension of files under the `Firebase/Plugins/iOS` folder
136
-
from `.dlldisabled` to `.dll`
137
-
- For each file in `Firebase/Plugins/iOS` change the file extension of
138
-
the same name under `Firebase/Plugins` from `.dll` to `.dlldisabled`.
139
-
For example, `Firebase/Plugins/iOS/Firebase.App.dll` and
140
-
`Firebase/Plugins/Firebase.App.dlldisabled`.
141
-
142
54
Setup
143
55
-----
144
56
@@ -157,6 +69,8 @@ Release Notes
157
69
-------------
158
70
### Upcoming
159
71
- Changes
72
+
- General: Minimum supported editor version is now Unity 2019.
73
+
- General: Removed dependency on Parse Tasks.
160
74
- Auth (Android/iOS): Deprecate `PhoneAuthProvider.MaxTimeoutMs`. The actual
161
75
range is determined by the underlying SDK, ex. [PhoneAuthOptions.Builder in Android SDK](https://firebase.google.com/docs/reference/android/com/google/firebase/auth/PhoneAuthOptions.Builder).
162
76
- Remote Config: Improve performance when setting default parameters
0 commit comments