EddyVerbruggen/nativescript-plugin-firebase

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

Open

#244 geöffnet am 22. Dez. 2016

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)TypeScript (429 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (1.005 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide