User bearbeiten Fix

This commit is contained in:
Georg Reisinger
2019-03-21 21:23:44 +01:00
parent ecbfabc0e8
commit 524bf627e8
2 changed files with 48 additions and 15 deletions

View File

@ -21,6 +21,9 @@ var vue = new Vue({
methods: {
updateUser(){
},
fotoChoose(){
},
getPicUrl(){
return this.picUrl;
@ -34,7 +37,7 @@ var vue = new Vue({
}
},
created() {
firebase.auth().onAuthStateChanged(user => {
firebase.auth().onAuthStateChanged(user => {
if (user) {
//GetUser
this.getUser(user.uid);