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 301e8f4 commit 9282b7cCopy full SHA for 9282b7c
auth/src/include/firebase/auth.h
@@ -630,7 +630,6 @@ class IdTokenListener {
630
/// types in the future, with support for OAuth to start.
631
class FederatedAuthProvider {
632
public:
633
-#ifdef INTERNAL_EXPERIMENTAL
634
#ifndef SWIG
635
/// @brief Contains resulting information of a user authenticated by a
636
/// Federated Auth Provider. This information will be used by the internal
@@ -789,7 +788,6 @@ class FederatedAuthProvider {
789
788
const char* error_message);
790
};
791
#endif // not SWIG
792
-#endif // INTERNAL_EXPERIMENTAL
793
794
FederatedAuthProvider() {}
795
virtual ~FederatedAuthProvider() {}
0 commit comments