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) {
319319%warnfilter(844 );
320320// Ignore all methods ending in LastResult.
321321%rename(" $ignore" , regextarget=1 ) " LastResult$" ;
322+ %rename(" $ignore" , regextarget=1 ) " LastResult_DEPRECATED$" ;
322323
323324%rename(FirebaseApp) firebase::App;
324325%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;
18331833// * firebase::auth::UserInfoInterface::ProviderId
18341834
18351835// 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;
18371838// Make basic getters use C# Properties instead.
18381839%attributeval(firebase::auth::Auth, firebase::auth::User,
18391840 CurrentUserInternal, current_user);
You can’t perform that action at this time.
0 commit comments