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 {
5555class AppInternal;
5656} // namespace internal
5757
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+
5863/// @brief Reports whether a Firebase module initialized successfully.
5964enum InitResult {
6065 /// The given library was successfully initialized.
Original file line number Diff line number Diff line change @@ -573,8 +573,11 @@ code.
573573
574574### 7.2.0
575575- 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 ) .
576579 - 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
578581 Frameworks.
579582 - Database: Fixed a potential crash that can occur as a result of a race
580583 condidtion when adding, removing and deleting ` ValueListener ` s or
You can’t perform that action at this time.
0 commit comments