We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4e008 commit 8715fedCopy full SHA for 8715fed
app/src/include/firebase/app.h
@@ -55,6 +55,11 @@ namespace internal {
55
class AppInternal;
56
} // namespace internal
57
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
+
63
/// @brief Reports whether a Firebase module initialized successfully.
64
enum InitResult {
65
/// The given library was successfully initialized.
0 commit comments