Skip to content

Instantly share code, notes, and snippets.

@standinga
Created November 20, 2019 04:31
Show Gist options
  • Save standinga/e5377e23f52b9ce4a5c6a596ae8adefd to your computer and use it in GitHub Desktop.
Save standinga/e5377e23f52b9ce4a5c6a596ae8adefd to your computer and use it in GitHub Desktop.
test: async function() {
const user = this.$firebase.auth().currentUser
const idToken = await user.getIdToken(true)
const url = `https://sign-9aee2.firebaseio.com/test.json?auth=${idToken}`
const test = await this.$axios.$get(url)
console.log(test)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment