Size: a a a

JS Liberty [ОЫ]

2020 July 11

А

Аркаша Алопекский 🏴‍... in JS Liberty [ОЫ]
Годы идут. код бунка не меняется)
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
Аркаша Алопекский 🏴‍☠️
Годы идут. код бунка не меняется)
годы идут, а аркаша все также не умеет читать
источник

А

Аркаша Алопекский 🏴‍... in JS Liberty [ОЫ]
)
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
но проблема теперь в том, что мне это допиливать
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
аккуратно
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
пойду еще доку бутстрапа открою чо
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
годно
источник

F

Foma in JS Liberty [ОЫ]
через гугл мап апи  не знал что  так можно
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
бля, как лень это делать
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
но нада
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
хахаха
источник

F

Foma in JS Liberty [ОЫ]
это хоть в привате
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
Foma
это хоть в привате
ну вообще оно есть на гитхабе
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
а в целом да, на привате
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
Bunk Bunkovich 🐈
ну вообще оно есть на гитхабе
в паблик репе
источник

F

Foma in JS Liberty [ОЫ]
@highthroughts User login (OAuth2). во норм таска
источник

p

persona x grata in JS Liberty [ОЫ]
Foma
@highthroughts User login (OAuth2). во норм таска
methods: {
   signup () {
     const auth = firebase.auth()
     const name = this.name
     const email = this.email
     const password = this.password
     auth.createUserWithEmailAndPassword(email, password)
       .then(async res => {
         console.log('res', res)
         await firebase.firestore().collection('users')
           .add({
             name,
             id: res.user.uid,
             email,
             password,
             URL: '',
             description: ''
           }).then(ref => {
             localStorage.setItem('id', res.user.uid),
               localStorage.setItem('name', name),
               localStorage.setItem('email', email),
               localStorage.setItem('password', password),
               localStorage.setItem('photoURL', ''),
               localStorage.setItem('description', ''),
               localStorage.setItem('firebaseDocumentId', ref.id),
               this.name = '',
               this.email = '',
               this.password = '',
               this.$router.push('/chat')
           }).catch(err => console.log(err))
       }).catch(err => {
         const errorCode = err.code
         const errorMessage = err.message
         if (errorCode === 'auth/weak-password') {
           this.$toasted.show('Password too weak').goAway(3000)
         } else {
           this.$toasted.show(errorMessage).goAway(3000)
         }
       })
   }
 }
источник

S

Syntax Highlight Bot in JS Liberty [ОЫ]
persona x grata
methods: {
   signup () {
     const auth = firebase.auth()
     const name = this.name
     const email = this.email
     const password = this.password
     auth.createUserWithEmailAndPassword(email, password)
       .then(async res => {
         console.log('res', res)
         await firebase.firestore().collection('users')
           .add({
             name,
             id: res.user.uid,
             email,
             password,
             URL: '',
             description: ''
           }).then(ref => {
             localStorage.setItem('id', res.user.uid),
               localStorage.setItem('name', name),
               localStorage.setItem('email', email),
               localStorage.setItem('password', password),
               localStorage.setItem('photoURL', ''),
               localStorage.setItem('description', ''),
               localStorage.setItem('firebaseDocumentId', ref.id),
               this.name = '',
               this.email = '',
               this.password = '',
               this.$router.push('/chat')
           }).catch(err => console.log(err))
       }).catch(err => {
         const errorCode = err.code
         const errorMessage = err.message
         if (errorCode === 'auth/weak-password') {
           this.$toasted.show('Password too weak').goAway(3000)
         } else {
           this.$toasted.show(errorMessage).goAway(3000)
         }
       })
   }
 }
источник