当应用程序处于后台时暂停 Firebase 连接
Posted
技术标签:
【中文标题】当应用程序处于后台时暂停 Firebase 连接【英文标题】:Pausing firebase connection when app is in background 【发布时间】:2017-03-10 11:53:35 【问题描述】:我是否可以在后台暂停从我的 ionic 应用到 firebase 的连接?
【问题讨论】:
【参考方案1】:您可以尝试注册一个暂停事件并在暂停事件中添加 firebase.app.App.database.goOffline()。
并在resume事件中添加firebase.app.App.database().goOnline()
【讨论】:
以上是关于当应用程序处于后台时暂停 Firebase 连接的主要内容,如果未能解决你的问题,请参考以下文章
当应用程序处于后台时,没有使用 Firebase 调用 didReceiveRemoteNotification
FIREBASE_MESSAGING:当应用程序处于后台或终止时,onBackgroundMessage 不处理通知