angular / angular/angularfire

Spelling Mistake in Readme of Auth Section

Open
#3,333 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
7.8k
Forks
2.2k
Avg merge
22h 28m
Merged PRs (30d)
6

Description

### Version info

Not version related since it's in the readme of the project.

**Other (e.g. Ionic/Cordova, Node, browser, operating system):**

### How to reproduce these conditions

Copy the constructor code of the README file and run it anywhere in your project.

In the constructor of README the console log prints a variable that is not declared and produces undefined variable error.

**Sample data and security rules**

### Debug output

** Screenshots **

### Expected behavior

In the constructor of the section idToken in the README file the console log should be console.log(token);

### Actual behavior

In the constructor of the section idToken in the README file the console log is trying to print a variable called string that does not exist.

Contributor guide

Open the contributing guide

Research direction

Inspect the README's idToken section and its constructor example. Check the console log's referenced variable against the token variable used in the example, then copy and run the example to confirm it no longer produces an undefined-variable error.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, firebase, typescript
Domain
authentication, documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.