firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.64k stars 1.48k forks source link

[FirebaseDatabase] Databases are disconnected temporarily on app goes inactive state. #13529

Closed Kurogoma4D closed 1 month ago

Kurogoma4D commented 2 months ago

Description

Since v10.27.0, FirebaseDatabase now temporarily goes offline when the app is in the inactive state (e.g., when control center is opened, when returning to the home screen, etc.) and comes back online after a while.

In v10.26.0, the behavior was below:

rizafran commented 2 months ago

Thanks for reporting this, @Kurogoma4D. I was able to reproduce the issue. I'll raise this to our engineers and see what we can do here.