Merge branch 'master' of https://github.com/LukasNowy/SmartShopper
This commit is contained in:
		@@ -109,7 +109,7 @@ var vue = new Vue({
 | 
				
			|||||||
            var user = firebase.auth().currentUser;
 | 
					            var user = firebase.auth().currentUser;
 | 
				
			||||||
            user.updateProfile({
 | 
					            user.updateProfile({
 | 
				
			||||||
                displayName: name,
 | 
					                displayName: name,
 | 
				
			||||||
                photoURL: "https://example.com/jane-q-user/profile.jpg"
 | 
					                photoURL: vm.image
 | 
				
			||||||
            }).then(async function () {
 | 
					            }).then(async function () {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }).catch(function (error) {
 | 
					            }).catch(function (error) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user