react-google-login
react-google-login copied to clipboard
Not creating user
When someone signs in with google no new user is created. The console doesn't show any new users. Tested with several accounts, operative systems, locations and people.
Any help would be appreciated!
Related to #451 ?
It appears to be unrelated. The onsuccess callback is fired, and the user has a "logged in" status. So, from the user's perspective everything is fine. The problem is that no new users show up in the "users" list (firebase console).
Thanks for the reply!