File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ static firebase::AppOptions* AppOptionsLoadFromJsonConfig(const char* config) {
319
319
%warnfilter(844 );
320
320
// Ignore all methods ending in LastResult.
321
321
%rename(" $ignore" , regextarget=1 ) " LastResult$" ;
322
+ %rename(" $ignore" , regextarget=1 ) " LastResult_DEPRECATED$" ;
322
323
323
324
%rename(FirebaseApp) firebase::App;
324
325
%typemap(csclassmodifiers) firebase::App " public sealed class" ;
Original file line number Diff line number Diff line change @@ -1833,7 +1833,8 @@ static CppInstanceManager<Auth> g_auth_instances;
1833
1833
// * firebase::auth::UserInfoInterface::ProviderId
1834
1834
1835
1835
// Deprecated method that conflicts with the CurrentUser property.
1836
- %ignore firebase::auth::Auth::CurrentUser;
1836
+ %ignore firebase::auth::Auth::current_user;
1837
+ %ignore firebase::auth::Auth::current_user_DEPRECATED;
1837
1838
// Make basic getters use C# Properties instead.
1838
1839
%attributeval(firebase::auth::Auth, firebase::auth::User,
1839
1840
CurrentUserInternal, current_user);
You can’t perform that action at this time.
0 commit comments