Skip to content

Commit 8b70da2

Browse files
authored
Remove accidentally swig generated field FirebaseUser.provider_data_DEPRECATED (#718)
1 parent 3bf50ec commit 8b70da2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/src/swig/auth.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,6 +1846,7 @@ static CppInstanceManager<Auth> g_auth_instances;
18461846
%ignore firebase::auth::User::EmailVerified;
18471847
%ignore firebase::auth::User::Anonymous;
18481848
%ignore firebase::auth::User::RefreshToken;
1849+
%ignore firebase::auth::User::provider_data_DEPRECATED;
18491850
// NOTE: It's not necesaary to ignore the following methods
18501851
// as they're replaced by the attributes below:
18511852
// * firebase::auth::User::Email

0 commit comments

Comments
 (0)