Skip to content

Commit 9827541

Browse files
authored
Ignore GetApps since it is meant to be internal (#750)
1 parent 7af37be commit 9827541

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/swig/app.i

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ static firebase::AppOptions* AppOptionsLoadFromJsonConfig(const char* config) {
374374
// Remove GetInstance() as it's replaced by the DefaultInstance property below.
375375
%ignore firebase::App::GetInstance();
376376
%ignore firebase::App::GetInstance(const char*);
377+
// Remove GetApps() until it is ready to be released.
378+
%ignore firebase::App::GetApps();
377379

378380
%typemap(cscode) firebase::App %{
379381
// Static constructor to initialize C# logging

0 commit comments

Comments
 (0)