You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@u12206050 OK I will try that.... another thing I noticed is when I deploy the site (I am using netlify) it seems there is some kind of cache... I make an update to the firestore and it is not showing unless I redeploy
When I try to use
this.$db.collection('events').get().then(snapshot => console.log(snapshot.size))
I get this.$db is not a function
It seems the mounted is running before firebase is up and running
The text was updated successfully, but these errors were encountered: