File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -331,8 +331,8 @@ Xcode project to ensure that the Swift runtime is included in your app.
331
331
332
332
#### Linux libraries
333
333
334
- For Linux, library versions are provided for 32-bit (i386) and 64-bit (x86_64)
335
- platforms.
334
+ For Linux, library versions are provided for 32-bit (i386, deprecated ) and
335
+ 64-bit (x86_64) platforms.
336
336
337
337
Two sets of Linux libraries are available: one set built against the newer C++11
338
338
ABI, and another set built against the standard (legacy) ABI. This is equivalent
@@ -615,13 +615,17 @@ code.
615
615
## Release Notes
616
616
### Upcoming Release
617
617
- Changes
618
+ - General (Android): Update to Firebase Android BoM version 34.0.0.
619
+ - General (iOS): Update to Firebase Cocoapods version 12.0.0.
618
620
- General (iOS): Minimum iOS deployment target is now 15.0.
619
621
- General (iOS): Added an option to explicitly specify your app's
620
622
` AppDelegate ` class name via the ` FirebaseAppDelegateClassName ` key in
621
623
` Info.plist ` . This provides a more direct way for Firebase to interact
622
624
with your specified AppDelegate. See "Platform Notes > iOS Method
623
625
Swizzling > Specifying Your AppDelegate Class Directly (iOS)" for
624
626
details.
627
+ - General (Linux): 32-bit (i386) build support is now deprecated, and will
628
+ be removed in the future.
625
629
- Auth: Removed deprecated ` User::UpdateEmail ` method.
626
630
- Dynamic Links: Removed the Dynamic Links SDK. See the [ support
627
631
documentation] ( https://firebase.google.com/support/dynamic-links-faq )
You can’t perform that action at this time.
0 commit comments