Skip to content

Commit 9282b7c

Browse files
jonsimantova-maurice
authored andcommitted
Fix still yet overzealous use of INTERNAL_EXPERIMENTAL to hide necessary Auth
desktop types. Fixes a build error with 6.9.0 desktop testapps. PiperOrigin-RevId: 287212948
1 parent 301e8f4 commit 9282b7c

File tree

1 file changed

+0
-2
lines changed
  • auth/src/include/firebase

1 file changed

+0
-2
lines changed

auth/src/include/firebase/auth.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,6 @@ class IdTokenListener {
630630
/// types in the future, with support for OAuth to start.
631631
class FederatedAuthProvider {
632632
public:
633-
#ifdef INTERNAL_EXPERIMENTAL
634633
#ifndef SWIG
635634
/// @brief Contains resulting information of a user authenticated by a
636635
/// Federated Auth Provider. This information will be used by the internal
@@ -789,7 +788,6 @@ class FederatedAuthProvider {
789788
const char* error_message);
790789
};
791790
#endif // not SWIG
792-
#endif // INTERNAL_EXPERIMENTAL
793791

794792
FederatedAuthProvider() {}
795793
virtual ~FederatedAuthProvider() {}

0 commit comments

Comments
 (0)