[Xamarin] Error) Default FirebaseApp is not initialized.. Make sure to call FirebaseApp.initializeApp(Context) first 에러
C#/Xamarin Maui 2020. 11. 19. 23:09728x90
728x170
Firebase 를 사용하기 위해 FirebasePushNotificationPlugin Nuget을 설치했는데 아래 와 같은 에러가 발생되었습니다.
Java.Lang.IllegalStateException: 'Default FirebaseApp is not initialized in this process com.companyname.firebasetest. Make sure to call FirebaseApp.initializeApp(Context) first.' |
해결은.. 솔루션 정리하고 다시 빌드 하면 된다.;;
(내가 겪은 자마린의 에러는 거의 반정도가 정리하고 다시 빌드하면 해결이되는데 왜그런걸까;;;)
참고
github.com/CrossGeeks/FirebasePushNotificationPlugin/issues/338
728x90
그리드형
'C# > Xamarin Maui' 카테고리의 다른 글
[Xamarin] [펌] Firebase Cluod Messaging (0) | 2020.11.20 |
---|---|
[Xamarin] [펌] Xamarin.iOS에 대한 자동 프로비저닝 (0) | 2020.11.20 |
[Xamarin] Error) No static method checkBuilderRequirement .. 'dagger.internal.Preconditions' (0) | 2020.11.19 |
[Xamarin] Firebase RemoteMessageDelegate can't assign "this" (0) | 2020.11.19 |
[Xamarin] APT2097 에러 (0) | 2020.11.17 |