Erick Almeida
Erick Almeida
Hi! I translated the strings.xml to Brazilian Portuguese and added it to the res/values-pt-rBR/ folder.
### Checklist - Issue number for this PR: #3622 - Docs included?: Yes - Test units included?: No - In a clean directory, `yarn install`, `yarn test` run successfully? No...
The examples in [route-guards.md](https://github.com/angular/angularfire/blob/main/site/src/auth/route-guards.md) use the wrong import for the `AuthGuard`. It should be `import { AuthGuard }` instead of `import { AngularFireAuthGuard }`.