0

According to the post in the link below the firebase runloop-3.0.0 error can be solved by setting the startAt() and endAt() parameters to non-integer values.

Uncaught exception in Firebase runloop (3.0.0)

Is it possible to implement same work around solution if your parameter is a string? For my case i use it to query a date (ex. startAt("09-2016")).

Community
  • 1
  • 1
donny.rewq
  • 621
  • 1
  • 7
  • 21

1 Answers1

0

Looks like the problem has been solved in the latest update of the Firebase SDK, Version 9.6 - September 21, 2016

https://firebase.google.com/support/release-notes/android#9.6

donny.rewq
  • 621
  • 1
  • 7
  • 21