Closed jonahgoldsaito closed 4 years ago
Hi @jonahgoldsaito,
Most of the warnings logged are from Firebase Auth in its inability to reach a particular service, but generally speaking there's nothing that sticks out as a critical error here. The first impression is that the logs don't seem to be too large, to be honest.
You might want to enable more logging to see if there's other Firestore issues taking place. You can do this via:
FirebaseFirestore.LogLevel = LogLevel.Debug;
With added logging volume it would be interesting to see if Lunar Console crashes at roughly the same amount of output or not.
Hey @jonahgoldsaito. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Since there haven't been any recent updates here, I am going to close this issue.
@jonahgoldsaito if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
When I turn on Airplane Mode on my iPhone 11, and try to launch my iOS app, it exits immediately. The same does not occur on Android, which is functioning as expected. I seem to be hitting an issue with Firestore connectivity.
This is the full log.
I have a system enabled called LunarConsole which allows me to display Debug logs/exceptions on mobile. This has been vital as I’m developing an ARFoundation app and Unity still hasn’t released a native AR Remote solution, making debugging challenging. As far as I know it essentially listens for logs. When LunarConsole is uninstalled, the bug does disappear. I found an old bug on the Flutter repo that mentions a potentially similar issue that occurs when “the firebase plugin just happens to log enough in airplane mode to trigger the crash.” Could Firestore be logging excessively and blowing up LunarConsole?
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? Quickstart doesn’t utilize the same Unity/FB versions as our environment.
What's the issue repro rate? (eg 100%, 1/5 etc) 100%
What happened? How can we make the problem occur? This could be a description, log/console output, etc.
If you have a downloadable sample project that reproduces the bug you're reporting, you will likely receive a faster response on your issue.
Relevant Code:
The code is simply including / engage with Firestore while in Airplane Mode