Skip to content

Commit 8715fed

Browse files
committed
Add deprecation message for gnustl
1 parent bc4e008 commit 8715fed

File tree

1 file changed

+5
-0
lines changed
  • app/src/include/firebase

1 file changed

+5
-0
lines changed

app/src/include/firebase/app.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ namespace internal {
5555
class AppInternal;
5656
} // namespace internal
5757

58+
#if FIREBASE_PLATFORM_ANDROID && defined(__GLIBCXX__)
59+
#warning "Firebase support for gnustl 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.
5964
enum InitResult {
6065
/// The given library was successfully initialized.

0 commit comments

Comments
 (0)