Skip to content

Instantly share code, notes, and snippets.

@jefBinomed
Created November 30, 2018 16:11
Show Gist options
  • Save jefBinomed/e644e02a7b5a3a5daf52154a5662edea to your computer and use it in GitHub Desktop.
Save jefBinomed/e644e02a7b5a3a5daf52154a5662edea to your computer and use it in GitHub Desktop.
2018-countdown-admincheck
// Mount method of my CountDown component
mounted() {
firestore.collection("admins").get('adminList')
.then(()=>{
// console.debug('Admin Loggued :)');
})
.catch((error) =>{
// eslint-disable-next-line no-console
console.error(error);
this.$router.push('/')
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment