inciteco / tug-of-war

0 stars 0 forks source link

Can't login via email #13

Closed inciteco closed 7 years ago

inciteco commented 7 years ago

This happened on iPhone SE and two Android Devices.

https://gist.github.com/inciteco/5f28ff3e42982a8956d14e9ef7405dce

aaronbuchanan commented 7 years ago

added some logs, will need to run through again once deployed

inciteco commented 7 years ago

happening consistently on Android devices:

GameService.js:368 [GameService] signIn dfh@fhj.com Bob Jones
www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=AIzaSyCMRpOnvvm5cZXBkWei4hajlHxI_WJ7BLg:1 POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=AIzaSyCMRpOnvvm5cZXBkWei4hajlHxI_WJ7BLg 400 ()
GameService.js:368 [GameService] user doesn't exist yet! creating...
GameService.js:368 [GameService] success signing up with email S {K: Array[0], o: "AIzaSyCMRpOnvvm5cZXBkWei4hajlHxI_WJ7BLg", u: "[DEFAULT]", C: "popeyes-tug-o-war.firebaseapp.com", g: R…}
GameService.js:368 [GameService] updating profile...
GameService.js:368 [GameService] error signing up with email TypeError: String(...).padStart is not a function(…)
GameService.js:368 [GameService] no displayName set, aborting!
inciteco commented 7 years ago

(replicating Android issue on iOS device - iPhone 6+ - 10.3.3)

User enters First, Last, Email, email Presses submit Data stays in fields and does not progress to next page no matter how many times submit is pressed.

[Log] [GameService] (4) (GameService.js, line 368)
"signIn"
"keith@inciteco.com"
"Keith"
"Elliott"
[Log] [GameService] (2) (GameService.js, line 368)
"success signing in with email"
"keith@inciteco.com"
[Log] [GameService] – "no displayName set, aborting!" (GameService.js, line 368)
[Log] [GameService] (4) (GameService.js, line 368)
"signIn"
"keith@inciteco.com"
"Keith"
"Elliott"
[Log] [GameService] (2) (GameService.js, line 368)
"success signing in with email"
"keith@inciteco.com"
[Log] [GameService] (4) (GameService.js, line 368)
"signIn"
"keith@inciteco.com"
"Keith"
"Elliott"
[Log] [GameService] (2) (GameService.js, line 368)
"success signing in with email"
"keith@inciteco.com"
[Log] [GameService] (4) (GameService.js, line 368)
"signIn"
"keith@inciteco.com"
"Keith"
"Elliott"
[Log] [GameService] (2) (GameService.js, line 368)
"success signing in with email"
"keith@inciteco.com"
aaronbuchanan commented 7 years ago

this one still happening?