Skip to content

Instantly share code, notes, and snippets.

@Fireprufe15
Created August 17, 2017 11:18
Show Gist options
  • Save Fireprufe15/b306867b30dfbb6e444940e8856af037 to your computer and use it in GitHub Desktop.
Save Fireprufe15/b306867b30dfbb6e444940e8856af037 to your computer and use it in GitHub Desktop.
08-17 13:17:31.559 E/mono-rt (25929): [ERROR] FATAL UNHANDLED EXCEPTION: Java.Lang.IllegalStateException: Default FirebaseApp is not initialized in this process BotXFirebaseCM.Android. Make sure to call FirebaseApp.initializeApp(Context) first.
08-17 13:17:31.559 E/mono-rt (25929): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <3fd174ff54b146228c505f23cf75ce71>:0
08-17 13:17:31.559 E/mono-rt (25929): at Java.Interop.JniEnvironment+StaticMethods.CallStaticObjectMethod (Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method) [0x00068] in <bd30a18775d94dc8b6263aecd1ca9077>:0
08-17 13:17:31.559 E/mono-rt (25929): at Android.Runtime.JNIEnv.CallStaticObjectMethod (System.IntPtr jclass, System.IntPtr jmethod) [0x0000e] in <d855bac285f44dda8a0d8510b679b1e2>:0
08-17 13:17:31.559 E/mono-rt (25929): at Firebase.Iid.FirebaseInstanceId.get_Instance () [0x00032] in <09a4f89addb34f02af055f39e6c540b7>:0
08-17 13:17:31.559 E/mono-rt (25929): at Plugin.FirebasePushNotification.FirebasePushNotificationManager+<>c__DisplayClass32_0.<Initialize>b__0 (System.Object state) [0x00177] in C:\Plugins\FirebasePushNotification\src\Plugin.FirebasePushNotification.Android\FirebasePushNotificationManager.cs:134
08-17 13:17:31.559 E/mono-rt (25929): at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x00007] in <3fd174ff54b146228c505f23cf75ce71>:0
08-17 13:17:31.559 E/mono-rt (25929): at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <3fd174ff54b146228c505f23cf75ce71>:0
08-17 13:17:31.559 E/mono-rt (25929): at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <3fd174ff54b146228c505f23cf75ce71>:0
08-17 13:17:31.559 E/mono-rt (25929): at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in <3fd174ff54b146228c505f23cf75ce71>:0
08-17 13:17:31.559 E/mono-rt (25929): at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <3fd174ff54b146228c505f23cf75ce71>:0
08-17 13:17:31.559 E/mono-rt (25929): at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <3fd174ff54b146228c505f23cf75ce71>:0
08-17 13:17:31.559 E/mono-rt (25929): --- End of managed Java.Lang.IllegalStateException stack trace ---
08-17 13:17:31.559 E/mono-rt (25929): java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process BotXFirebaseCM.Android. Make sure to call FirebaseApp.initializeApp(Context) first.
08-17 13:17:31.559 E/mono-rt (25929): at com.google.firebase.FirebaseApp.getInstance(Unknown Source)
08-17 13:17:31.559 E/mono-rt (25929): at com.google.firebase.iid.FirebaseInstanceId.getInstance(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment