firebase/snippets-web

Oudated link for user object properties

creme332 opened this issue · 1 comments

Affected page: https://firebase.google.com/docs/auth/web/manage-users

Issue

The comments in the first two snippets in the Get the currently signed-in user section have a dead link:

  // User is signed in, see docs for a list of available properties
  // https://firebase.google.com/docs/reference/js/firebase.User

Snippets for both Web version 9 and 8 are affected.

@creme332 good catch, thanks for reporting it!

The correct links should be:

I'll get those comments fixed :)