Alexander Kasheverov
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",
Same error
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...