You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
rtdb_repro_10_26.mov
but is in v10.27.0 or later:
rtdb_repro_10_27.mov
Reproducing the issue
Create iOS App project
Integrate Firebase project and add FirebaseDatabase package
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:
rtdb_repro_10_26.mov
but is in v10.27.0 or later:
rtdb_repro_10_27.mov
Reproducing the issue
FirebaseDatabase
packageFirebase SDK Version
10.27.0
Xcode Version
15.3
Installation Method
Swift Package Manager
Firebase Product(s)
Database
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetIf using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: