Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/src/include/firebase/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ namespace internal {
class AppInternal;
} // namespace internal

#ifdef _STLPORT_VERSION
#warning "Firebase support for STLPort is deprecated and will be removed in \
the next major release. Please use libc++ instead."
#endif

/// @brief Reports whether a Firebase module initialized successfully.
enum InitResult {
/// The given library was successfully initialized.
Expand Down
5 changes: 4 additions & 1 deletion release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,11 @@ code.

### 7.2.0
- Changes
- General (Android): Firebase support for STLPort is deprecated and will
be removed in the next major release. Please
[use libc++ instead](https://developer.android.com/ndk/guides/cpp-support#cs).
- General (iOS): iOS SDKs are now built using Xcode 12.
- General (iOS): iOS SDKs are now providing XCFrameworks instead of
- General (iOS): iOS SDKs are now providing XCFrameworks instead of
Frameworks.
- Database: Fixed a potential crash that can occur as a result of a race
condidtion when adding, removing and deleting `ValueListener`s or
Expand Down