Alexander Kasheverov

Results 4 comments of Alexander Kasheverov

Having similar issue. ``` setPersistence(auth, browserSessionPersistence) ``` `Login error: TypeError: Class constructor BrowserSessionPersistence cannot be invoked without 'new'` "@angular/fire": "^7.2.0", "firebase": "^9.6.6",

Then faced with a sqlite3 issue :) Digging...

I did it with `$cookies.get('ng-security-authorization')` But honestly, I think it'd be better to have an option how to use the token: with header or with URL. How do you feel...