EddyVerbruggen/nativescript-plugin-firebase

Editing CSS or HTML during Android emulator Livesync wipes auth state but preserves old firebase instance

Open

#244 创建于 2016年12月22日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)TypeScript (429 fork)github user discovery
help wanted

仓库指标

Star
 (1,005 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

When I edit typescript files, the app restarts correctly - the app relaunches and the login state gets preserved.

But when I edit CSS or HTML the opposite behavior occurs - the app resets but the old firebase instance doesn't get removed (I get a JS: firebase.init error: You already ran init error) and the auth state is not preserved (I have to manually re-login every time).

Is there some sort of ""soft reset" bug causing these failed relaunches?

贡献者指南