f-miyu / Plugin.FirebaseAuth

MIT License
61 stars 26 forks source link

Java.Lang.IllegalStateException: FirebaseApp with name [FirebasePlugin] doesn't exist. Available app names: [DEFAULT] #7

Open EduardoForever opened 5 years ago

EduardoForever commented 5 years ago

Hi, I can't find any place where Plugin can add "[FirebasePlugin]" name or could you help to change it to [DEFAULT]?

The problem is that the ios build init app with the name "__FIRAPP_DEFAULT" by default and even if I use GetInstanse(appName) I should use directives to resolve right name.

Thanks.