I would like to use firebase-auth to login and then load the elements for a firebase-collection or firebase-document. But, firebase-collection and firebase-document automatically run once the DOM is loaded, meaning that the auth is supposed to happen on a previous page and then be persisted across pages, I presume?
An example of using these components together would go a loooooong way for me, selfishly (but I would presume others would benefit as well). Something like
Auth with email & password
Use the user's uid in a query to firebase-collection or firebase-element
I would like to use
firebase-auth
to login and then load the elements for afirebase-collection
orfirebase-document
. But,firebase-collection
andfirebase-document
automatically run once the DOM is loaded, meaning that the auth is supposed to happen on a previous page and then be persisted across pages, I presume?An example of using these components together would go a loooooong way for me, selfishly (but I would presume others would benefit as well). Something like
uid
in a query tofirebase-collection
orfirebase-element
Maybe something like this exists and I'm unaware?