Francisco Rubial
Francisco Rubial
Same problem
I have been also using this documentation example with auth guards https://github.com/angular/angularfire/pull/3623 but I get this error in console main.ts:5 ERROR TypeError: Unable to lift unknown Observable type
Update: I was finally able to get rid off the flip screens with guards following this comment from 2018 https://github.com/angular/angularfire/discussions/1500#discussioncomment-183576 I am wondering if this use case is being resolved...
> [@franjorub](https://github.com/franjorub) I have sample implementations of Angular route guards using Firebase Auth through AngularFire here: https://github.com/rgant/brainfry/tree/main/src/app/core/guards Hi @rgant thank you for your sharing, I have some doubts about it...
Hi @rgant thank you very much for this info, do you know if there is a way to prevent a guard to run on the server side, forcing a route...
could be included @JerakRus answer in the docs ? I don't know if this is a common use case