tabler-angular-firebase
tabler-angular-firebase copied to clipboard
multiple calls to the document user
I realized that in the authentication service is user$ contains the reference to the user's document, but in several components you are subscribing to user$, for each subscription is a new query unnecessary in the database, you could change to a subject ?