We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af37be commit 9827541Copy full SHA for 9827541
app/src/swig/app.i
@@ -374,6 +374,8 @@ static firebase::AppOptions* AppOptionsLoadFromJsonConfig(const char* config) {
374
// Remove GetInstance() as it's replaced by the DefaultInstance property below.
375
%ignore firebase::App::GetInstance();
376
%ignore firebase::App::GetInstance(const char*);
377
+// Remove GetApps() until it is ready to be released.
378
+%ignore firebase::App::GetApps();
379
380
%typemap(cscode) firebase::App %{
381
// Static constructor to initialize C# logging
0 commit comments