Guest User

Untitled

a guest
Oct 22nd, 2017
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. user = auth.create_user(
  2. email='user@example.com',
  3. email_verified=False,
  4. phone_number='+15555550100',
  5. password='secretPassword',
  6. display_name='John Doe',
  7. photo_url='http://www.example.com/12345678/photo.png',
  8. disabled=False)
  9. print 'Sucessfully created new user: {0}'.format(user.uid)
Add Comment
Please, Sign In to add comment