We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
firebase::auth::Auth
1 parent 21c1938 commit 42ea1bfCopy full SHA for 42ea1bf
auth/src/auth_swift.cc
@@ -17,7 +17,7 @@
17
#define __swift__ 50000
18
#include "auth/src/include/firebase/auth.h"
19
20
-#if FIREBASE_PLATFORM_WINDOWS
+#if FIREBASE_PLATFORM_WINDOWS || FIREBASE_PLATFORM_ANDROID
21
namespace firebase {
22
namespace auth {
23
Auth::Auth(const Auth &) noexcept = default;
auth/src/include/firebase/auth.h
@@ -148,7 +148,7 @@ class Auth {
148
~Auth();
149
150
#if defined(__swift__)
151
152
// TODO(apple/swift#67288) support trivial C++ types with non-trivial dtors
153
Auth(const Auth&) noexcept;
154
#endif
0 commit comments