繁体   English   中英

当app在后台时暂停firebase连接

[英]Pausing firebase connection when app is in background

无论如何,我可以在后台暂停从我的离子应用程序连接到firebase吗?

您可以尝试注册暂停事件,并在pause事件中添加firebase.app.App.database.goOffline()。

并在resume事件中添加firebase.app.App.database()。goOnline()

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM