How do you know when the Polymerfire firebase-document element is synced?
To be specific the firebase-document binds with an object via its data
attribute. The value of this object goes from undefined --> { } --> {actual persisted data}.
How can you listen for firebase-document completing it's instal data fetch from the server. I am trying to check if there is data written at that location.