Guest User

Untitled

a guest
Nov 17th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Starting Auth tests.
  2. Firebase App initializing app __FIRAPP_DEFAULT (default 1).
  3. Created the Firebase app 16d09c0.
  4. Created the Auth 16d33a0 class for the Firebase app.
  5. No user signed in at creation time.
  6. AuthStateListener called 0 times on registration.
  7. IdTokenListener called 0 times on registration.
  8. AuthStateListener called 0 times on SignOut() when already signed-out.
  9. IdTokenListener called 0 times on SignOut() when already signed-out.
  10. Calling Auth::SignInAnonymously()...
  11. ERROR: Auth::SignInAnonymously() completed with error: 1, `An internal error has occurred.`
  12. ERROR: AuthStateListener called 0 times on SignInAnonymously().
  13. ERROR: IdTokenListener called 0 times on SignInAnonymously().
  14. Current user (nil)
  15. ERROR: AuthStateListener called 0 times on SignOut().
  16. ERROR: IdTokenListener called 0 times on SignOut().
  17. Current user (nil)
  18. Calling CreateUserWithEmailAndPassword() to create temp user...
  19. ERROR: CreateUserWithEmailAndPassword() to create temp user completed with error: 1, `An internal error has occurred.`
  20. ERROR: Could not register new user.
  21. Calling Auth::SignInAnonymously() for User...
  22. ERROR: Auth::SignInAnonymously() for User completed with error: 1, `An internal error has occurred.`
  23. Calling Auth::CreateUserWithEmailAndPassword() new email for delete...
  24. ERROR: Auth::CreateUserWithEmailAndPassword() new email for delete completed with error: 1, `An internal error has occurred.`
  25. Calling Auth::SignInAnonymously() at end...
  26. ERROR: Auth::SignInAnonymously() at end completed with error: 1, `An internal error has occurred.`
  27. Completed Auth tests.
Add Comment
Please, Sign In to add comment