--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/e9dfd25f-d015-4ee4-9e6b-2962934365a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Neat, looks like you've found a bug in some code that throws an exception upon app initialization. I'll file a bug in our internal tracker to get this fixed so that when an initialization error like this occurs at least we'll be able to see the error message being raised.My first guess at this would be that you're missing the google-services.json config file in your application (see https://firebase.google.com/docs/unity/setup#add_firebase_to_your_app_1)Are you able to reproduce the problem with the messaging sample?Cheers,Stewart
On Fri, Nov 18, 2016 at 8:33 AM, Carl Spooner <carl.spo...@gmail.com> wrote:
I get this error when launching my app and initializing the Cloud messagingArgumentOutOfRangeException: Cannot be negative.Parameter name: lengthat System.String.Substring (Int32 startIndex, Int32 length) [0x00000] in <filename unknown>:0at Firebase.FirebaseApp.CreateAndTrack (Firebase.CreateDelegate createDelegate) [0x00000] in <filename unknown>:0at Firebase.FirebaseApp.Create () [0x00000] in <filename unknown>:0at Firebase.FirebaseApp.get_DefaultInstance () [0x00000] in <filename unknown>:0at Firebase.Messaging.FirebaseMessaging+Listener..ctor () [0x00000] in <filename unknown>:0at Firebase.Messaging.FirebaseMessaging+Listener.Create () [0x00000] in <filename unknown>:0at Firebase.Messaging.FirebaseMessaging..cctor () [0x00000] in <filename unknown>:0Rethrow as TypeInitializationException: An exception was thrown by the type initializer for Firebase.Messaging.FirebaseMessagingat fireBaseNotifications.Start () [0x00000] in <filename unknown>:0Using Unity 5.4.1f1 and the latest Firebase Unity packages
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
Neat, looks like you've found a bug in some code that throws an exception upon app initialization. I'll file a bug in our internal tracker to get this fixed so that when an initialization error like this occurs at least we'll be able to see the error message being raised.My first guess at this would be that you're missing the google-services.json config file in your application (see https://firebase.google.com/docs/unity/setup#add_firebase_to_your_app_1)Are you able to reproduce the problem with the messaging sample?Cheers,Stewart
On Fri, Nov 18, 2016 at 8:33 AM, Carl Spooner <carl.spo...@gmail.com> wrote:
I get this error when launching my app and initializing the Cloud messagingArgumentOutOfRangeException: Cannot be negative.Parameter name: lengthat System.String.Substring (Int32 startIndex, Int32 length) [0x00000] in <filename unknown>:0at Firebase.FirebaseApp.CreateAndTrack (Firebase.CreateDelegate createDelegate) [0x00000] in <filename unknown>:0at Firebase.FirebaseApp.Create () [0x00000] in <filename unknown>:0at Firebase.FirebaseApp.get_DefaultInstance () [0x00000] in <filename unknown>:0at Firebase.Messaging.FirebaseMessaging+Listener..ctor () [0x00000] in <filename unknown>:0at Firebase.Messaging.FirebaseMessaging+Listener.Create () [0x00000] in <filename unknown>:0at Firebase.Messaging.FirebaseMessaging..cctor () [0x00000] in <filename unknown>:0Rethrow as TypeInitializationException: An exception was thrown by the type initializer for Firebase.Messaging.FirebaseMessagingat fireBaseNotifications.Start () [0x00000] in <filename unknown>:0Using Unity 5.4.1f1 and the latest Firebase Unity packages
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
Neat, looks like you've found a bug in some code that throws an exception upon app initialization. I'll file a bug in our internal tracker to get this fixed so that when an initialization error like this occurs at least we'll be able to see the error message being raised.My first guess at this would be that you're missing the google-services.json config file in your application (see https://firebase.google.com/docs/unity/setup#add_firebase_to_your_app_1)Are you able to reproduce the problem with the messaging sample?Cheers,Stewart
On Fri, Nov 18, 2016 at 8:33 AM, Carl Spooner <carl.spo...@gmail.com> wrote:
I get this error when launching my app and initializing the Cloud messagingArgumentOutOfRangeException: Cannot be negative.Parameter name: lengthat System.String.Substring (Int32 startIndex, Int32 length) [0x00000] in <filename unknown>:0at Firebase.FirebaseApp.CreateAndTrack (Firebase.CreateDelegate createDelegate) [0x00000] in <filename unknown>:0at Firebase.FirebaseApp.Create () [0x00000] in <filename unknown>:0at Firebase.FirebaseApp.get_DefaultInstance () [0x00000] in <filename unknown>:0at Firebase.Messaging.FirebaseMessaging+Listener..ctor () [0x00000] in <filename unknown>:0at Firebase.Messaging.FirebaseMessaging+Listener.Create () [0x00000] in <filename unknown>:0at Firebase.Messaging.FirebaseMessaging..cctor () [0x00000] in <filename unknown>:0Rethrow as TypeInitializationException: An exception was thrown by the type initializer for Firebase.Messaging.FirebaseMessagingat fireBaseNotifications.Start () [0x00000] in <filename unknown>:0Using Unity 5.4.1f1 and the latest Firebase Unity packages
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/66134d7d-35ea-45ff-80a7-a353a03be9e6%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/a13f95b8-dadc-4b9c-aa07-de186f6fae3f%40googlegroups.com.
Yep, this is a stripping issue. We have a fix internally, keep an eye on our release page for updates.
On Wed, Feb 22, 2017 at 7:05 AM, Luka Maške <luka....@gmail.com> wrote:
I had similar issue when I installed Firebase 1.1.2, and when Stripping level was not disabled I got this crash, but that wasn't the case in one of the previous versions I had before. So I guess that's a bug?02-22 16:02:37.691: I/Unity(3576): NullReferenceException: Object reference not set to an instance of an object02-22 16:02:37.691: I/Unity(3576): at Firebase.Internal.InstallRootCerts.InstallDefaultCRLs (System.String resource_name, System.String directory) [0x00000] in <filename unknown>:002-22 16:02:37.691: I/Unity(3576): at Firebase.Internal.InstallRootCerts.Process (Firebase.FirebaseApp app) [0x00000] in <filename unknown>:002-22 16:02:37.691: I/Unity(3576): at Firebase.FirebaseApp.CreateAndTrack (Firebase.CreateDelegate createDelegate) [0x00000] in <filename unknown>:002-22 16:02:37.691: I/Unity(3576): at Firebase.FirebaseApp.Create () [0x00000] in <filename unknown>:002-22 16:02:37.691: I/Unity(3576): at Firebase.FirebaseApp.get_DefaultInstance () [0x00000] in <filename unknown>:002-22 16:02:37.691: I/Unity(3576): at Firebase.Analytics.FirebaseAnalytics..cctor () [0x00000] in <filename unknown>:002-22 16:02:37.691: I/Unity(3576): Rethrow as TypeInitializationException: An exception was thrown by the type initializer for Firebase.Analytics.FirebaseAnalytics02-22 16:02:37.691: I/Unity(3576): at Titan.Managers.GameManager.Awake () [0x00000] in <filename unknown>:0
On Thursday, 26 January 2017 19:16:27 UTC+1, Bilel Mnasser wrote:
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.