File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ namespace internal {
55
55
class AppInternal;
56
56
} // namespace internal
57
57
58
+ #ifdef _STLPORT_VERSION
59
+ #warning "Firebase support for STLPort is deprecated and will be removed in \
60
+ the next major release. Please use libc++ instead."
61
+ #endif
62
+
58
63
/// @brief Reports whether a Firebase module initialized successfully.
59
64
enum InitResult {
60
65
/// The given library was successfully initialized.
Original file line number Diff line number Diff line change @@ -573,8 +573,11 @@ code.
573
573
574
574
### 7.2.0
575
575
- Changes
576
+ - General (Android): Firebase support for STLPort is deprecated and will
577
+ be removed in the next major release. Please
578
+ [ use libc++ instead] ( https://developer.android.com/ndk/guides/cpp-support#cs ) .
576
579
- General (iOS): iOS SDKs are now built using Xcode 12.
577
- - General (iOS): iOS SDKs are now providing XCFrameworks instead of
580
+ - General (iOS): iOS SDKs are now providing XCFrameworks instead of
578
581
Frameworks.
579
582
- Database: Fixed a potential crash that can occur as a result of a race
580
583
condidtion when adding, removing and deleting ` ValueListener ` s or
You can’t perform that action at this time.
0 commit comments