firebase / snippets-web

Web snippets for firebase.google.com
Apache License 2.0
737 stars 241 forks source link

Oudated link for user object properties #341

Closed creme332 closed 1 year ago

creme332 commented 1 year ago

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.

thatfiredev commented 1 year ago

@creme332 good catch, thanks for reporting it!

The correct links should be:

I'll get those comments fixed :)