René's URL Explorer Experiment


Title: feat(): Angularfire auth guards by jamesdaniels · Pull Request #2016 · angular/angularfire · GitHub

Open Graph Title: feat(): Angularfire auth guards by jamesdaniels · Pull Request #2016 · angular/angularfire

X Title: feat(): Angularfire auth guards by jamesdaniels · Pull Request #2016 · angular/angularfire

Description: Checklist Issue number for this PR: #nnn (required) Docs included?: (yes/no; required for all API/functional changes) Test units included?: (yes/no; required) In a clean directory, yarn install, yarn test run successfully? (yes/no; required) Description Allow developers to protect routes in their Angular application using Firebase authentication. TODOs Get test coverage Polish the documentation Code sample Basic example import { AngularFireAuthGuard } from '@angular/fire/auth-guard'; export const routes: Routes = [ { path: '', component: AppComponent }, { path: 'items', component: ItemListComponent, canActivate: [AngularFireAuthGuard] }, ] Use our pre-built pipes for common tests import { AngularFireAuthGuard, hasCustomClaim, redirectUnauthorizedTo, redirectLoggedInTo } from '@angular/fire/auth-guard'; const adminOnly = hasCustomClaim('admin'); const redirectUnauthorizedToLogin = redirectUnauthorizedTo(['login']); const redirectLoggedInToItems = redirectLoggedInTo(['items']); const belongsToAccount = (next) => hasCustomClaim(`account-${next.params.id}`); export const routes: Routes = [ { path: '', component: AppComponent }, { path: 'login', component: LoginComponent, canActivate: [AngularFireAuthGuard], data: { authGuardPipe: redirectLoggedInToItems }}, { path: 'items', component: ItemListComponent, canActivate: [AngularFireAuthGuard], data: { authGuardPipe: redirectUnauthorizedToLogin }, { path: 'admin', component: AdminComponent, canActivate: [AngularFireAuthGuard], data: { authGuardPipe: adminOnly }}, { path: 'accounts/:id', component: AdminComponent, canActivate: [AngularFireAuthGuard], data: { authGuardPipe: belongsToAccount }} ]; Increase readability with our canActivate helper import { canActivate } from '@angular/fire/auth-guard'; export const routes: Routes = [ { path: '', component: AppComponent }, { path: 'login', component: LoginComponent, ...canActivate(redirectLoggedInToItems) }, { path: 'items', component: ItemListComponent, ...canActivate(redirectUnauthorizedToLogin) }, { path: 'admin', component: AdminComponent, ...canActivate(adminOnly) }, { path: 'accounts/:id', component: AdminComponent, ...canActivate(belongsToAccount) } ]; Compose your own pipes import { pipe, of } from 'rxjs'; import { map, switchMap } from 'rxjs/operators'; import { customClaims } from '@angular/fire/auth-guard'; const editorOnly = pipe(customClaims, map(claims => claims.role === "editor")); const redirectToProfileEditOrLogin = map(user => user ? ['profiles', user.uid, 'edit'] : ['login']); const onlyAllowSelf = (next) => map(user => !!user && next.params.userId === user.uid); const accountAdmin = (next) => pipe(customClaims, map(claims => claims[`account-${next.params.accountId}-role`] === "admin"));

Open Graph Description: Checklist Issue number for this PR: #nnn (required) Docs included?: (yes/no; required for all API/functional changes) Test units included?: (yes/no; required) In a clean directory, yarn install, y...

X Description: Checklist Issue number for this PR: #nnn (required) Docs included?: (yes/no; required for all API/functional changes) Test units included?: (yes/no; required) In a clean directory, yarn install, y...

Opengraph URL: https://github.com/angular/angularfire/pull/2016

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:ed87ea42-5b25-f96b-271a-346af72aab9f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8F38:2E83F4:8C57A19:BF24C67:6A5E9721
html-safe-nonce340060249b3f6def73b7bcfbe908153f79af5f84350c93baffa8660e6161f7d3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RjM4OjJFODNGNDo4QzU3QTE5OkJGMjRDNjc6NkE1RTk3MjEiLCJ2aXNpdG9yX2lkIjoiODIxNTk4NDU0MzA3OTc2NTc5MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8f288dbb71300ad897666804a6bb8f68ae69f06e650defe6275e8f4f94ef8aea
hovercard-subject-tagpull_request:255531052
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/angular/angularfire/pull/2016/files
twitter:imagehttps://avatars.githubusercontent.com/u/44975?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/44975?s=400&v=4
og:image:altChecklist Issue number for this PR: #nnn (required) Docs included?: (yes/no; required for all API/functional changes) Test units included?: (yes/no; required) In a clean directory, yarn install, y...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None7c7e31acb6a895494e518b880f5ccf39604f7fa9a8f2f3c64145efc3b776256d
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/angular/angularfire git https://github.com/angular/angularfire.git
octolytics-dimension-user_id139426
octolytics-dimension-user_loginangular
octolytics-dimension-repository_id49453413
octolytics-dimension-repository_nwoangular/angularfire
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id49453413
octolytics-dimension-repository_network_root_nwoangular/angularfire
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2d2ac9bdd71d5f53f2b731c9330677e38624e301
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/angular/angularfire/pull/2016/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangularfire%2Fpull%2F2016%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangularfire%2Fpull%2F2016%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=angular%2Fangularfire
Reloadhttps://github.com/angular/angularfire/pull/2016/files
Reloadhttps://github.com/angular/angularfire/pull/2016/files
Reloadhttps://github.com/angular/angularfire/pull/2016/files
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
angular https://github.com/angular
angularfirehttps://github.com/angular/angularfire
Notifications https://github.com/login?return_to=%2Fangular%2Fangularfire
Fork 2.2k https://github.com/login?return_to=%2Fangular%2Fangularfire
Star 7.8k https://github.com/login?return_to=%2Fangular%2Fangularfire
Code https://github.com/angular/angularfire
Issues 295 https://github.com/angular/angularfire/issues
Pull requests 22 https://github.com/angular/angularfire/pulls
Discussions https://github.com/angular/angularfire/discussions
Actions https://github.com/angular/angularfire/actions
Projects https://github.com/angular/angularfire/projects
Security and quality 0 https://github.com/angular/angularfire/security
Insights https://github.com/angular/angularfire/pulse
Code https://github.com/angular/angularfire
Issues https://github.com/angular/angularfire/issues
Pull requests https://github.com/angular/angularfire/pulls
Discussions https://github.com/angular/angularfire/discussions
Actions https://github.com/angular/angularfire/actions
Projects https://github.com/angular/angularfire/projects
Security and quality https://github.com/angular/angularfire/security
Insights https://github.com/angular/angularfire/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fangular%2Fangularfire%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fangular%2Fangularfire%2Fissues%2Fnew%2Fchoose
jamesdanielshttps://github.com/jamesdaniels
masterhttps://github.com/angular/angularfire/tree/master
auth-gaurdhttps://github.com/angular/angularfire/tree/auth-gaurd
Conversation 21 https://github.com/angular/angularfire/pull/2016
Commits 13 https://github.com/angular/angularfire/pull/2016/commits
Checks 0 https://github.com/angular/angularfire/pull/2016/checks
Files changed https://github.com/angular/angularfire/pull/2016/files
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
feat(): Angularfire auth guards https://github.com/angular/angularfire/pull/2016/files#top
Show all changes 13 commits https://github.com/angular/angularfire/pull/2016/files
bb720d7 feat(auth): AngularFireAuthGuard jamesdaniels Dec 1, 2018 https://github.com/angular/angularfire/pull/2016/commits/bb720d70bc7f9e2695075d4c975b55484b74239b
fd99984 docs(auth): AngularFireAuthGaurd jamesdaniels Dec 3, 2018 https://github.com/angular/angularfire/pull/2016/commits/fd99984cd87f510dd51f75cd5073641fdafd91f1
67389a1 feat(auth): Adding hlpers for common auth guard use-cases jamesdaniels Dec 15, 2018 https://github.com/angular/angularfire/pull/2016/commits/67389a14e6a7439d7e9cd63fba7f222cf0c9bb61
da76d0a Starting server auth work + refactored the guard jamesdaniels Dec 15, 2018 https://github.com/angular/angularfire/pull/2016/commits/da76d0a1a3e7d71bf5c9dbc123981a62719f1275
90bda62 Cleanup maps v generators jamesdaniels Dec 15, 2018 https://github.com/angular/angularfire/pull/2016/commits/90bda62a447479f5f09c4c2ba06d407ef81af591
31118b8 Fix packaging jamesdaniels Feb 22, 2019 https://github.com/angular/angularfire/pull/2016/commits/31118b8041d380b404eb2d50c999b502e4628e4d
e7c21a9 Fix doc link and clarify title jamesdaniels Feb 22, 2019 https://github.com/angular/angularfire/pull/2016/commits/e7c21a9d53cd55a353e34d73def0cb59dbebdd9c
3b93c79 Merged master. jamesdaniels May 20, 2019 https://github.com/angular/angularfire/pull/2016/commits/3b93c7913d7e42dcf20430bc05f54071b9a0987c
bcff88e Removing dependencies accidently brought in with ssr auth commit jamesdaniels May 20, 2019 https://github.com/angular/angularfire/pull/2016/commits/bcff88e3319d804c51b134c4e9a9a58076605a51
5def10b Merged master. jamesdaniels May 22, 2019 https://github.com/angular/angularfire/pull/2016/commits/5def10b005f310a2be4ebaa43a6f5ef125e8f08c
dffefa0 Working on the docs more jamesdaniels May 22, 2019 https://github.com/angular/angularfire/pull/2016/commits/dffefa027b4e2b9dd6ed4ea16244a1b66abcb6f2
fe2a9f7 More docs jamesdaniels May 22, 2019 https://github.com/angular/angularfire/pull/2016/commits/fe2a9f79236f5a1d568f3b467359f5a50d21730b
1335cb4 More docs jamesdaniels May 22, 2019 https://github.com/angular/angularfire/pull/2016/commits/1335cb42ea4afbee89820937b743c4a7cefa1fcf
Clear filters https://github.com/angular/angularfire/pull/2016/files
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
README.md https://github.com/angular/angularfire/pull/2016/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
router-guards.md https://github.com/angular/angularfire/pull/2016/files#diff-ca350fad7b7c1beb300d5b5358bdbbc11ff9693fa646c23d636eb4c1b9467d07
karma.conf.js https://github.com/angular/angularfire/pull/2016/files#diff-25bdb46a5428d318648ec9eb46a99c0268d8c96b672c46e2247a685bc3e384fb
package.json https://github.com/angular/angularfire/pull/2016/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
auth-guard.module.ts https://github.com/angular/angularfire/pull/2016/files#diff-6818ae9c6ef0e2e4ca09663d1e5e8034f3cf5ca949a5f3a2038a61a64346660e
auth-guard.spec.ts https://github.com/angular/angularfire/pull/2016/files#diff-89f188e45e67dcc16b7de9d4fef496efe24c1cd8fa3bb3f383b2e539886d60f0
auth-guard.ts https://github.com/angular/angularfire/pull/2016/files#diff-6689c33566517a63cf51bfbe75a532786714ea44b9f7b2bc29f18bc39dddbd66
index.spec.ts https://github.com/angular/angularfire/pull/2016/files#diff-1ffc15f1e173cf57aeaf398c36c1ca393bbcb038710e51ce3bc773e958d38f7b
index.ts https://github.com/angular/angularfire/pull/2016/files#diff-88bc0375efbdc32c663012e97d1d422c219c90ffa9d9f198d241ae4fa9376513
package.json https://github.com/angular/angularfire/pull/2016/files#diff-552494937c89f5d011cf6d02202b9c75db1dd1bf343a8829b1cb2ccf22f4c6c9
public_api.ts https://github.com/angular/angularfire/pull/2016/files#diff-f7fcb51d970466f883524c4942d32d3241bfc1cd988ed49a3c8038a3a9c325b4
test-config.ts https://github.com/angular/angularfire/pull/2016/files#diff-e40f577c66bb308117a113b7e0af8f4cef27b19dfe8cb8c8f4ffbba1b77e781b
tsconfig-build.json https://github.com/angular/angularfire/pull/2016/files#diff-dbee37de7acdec8bd433f244d8d4ea3d9b91d99beeaac85e922d85be45c9153c
tsconfig-esm.json https://github.com/angular/angularfire/pull/2016/files#diff-3ca9d31229c02f9252846a062ffd919f0cb191f78e7bb005dc7dbb7a12d93061
tsconfig-test.json https://github.com/angular/angularfire/pull/2016/files#diff-f34bc4f68fb183148578ac20f04db7bc2e2d44e07a1571e39dab18536ffbab43
root.spec.js https://github.com/angular/angularfire/pull/2016/files#diff-49327d3e995e3cbb641650241df8ac5317e93fa34b4e31acc8b62f35b9ce3cb2
tsconfig.json https://github.com/angular/angularfire/pull/2016/files#diff-95914b3c221e1dbba96119f8305771d272ba5b18e9ea2549ad32dfd931cf0289
build.js https://github.com/angular/angularfire/pull/2016/files#diff-aa91570055ae52f8bba2787f7221b4b453f67a3b1916022ce8b3040fec8339e0
yarn.lock https://github.com/angular/angularfire/pull/2016/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
README.mdhttps://github.com/angular/angularfire/pull/2016/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
https://github.com/angular/angularfire/pull/2016/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/angular/angularfire/pull/2016/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
docs/auth/router-guards.mdhttps://github.com/angular/angularfire/pull/2016/files#diff-ca350fad7b7c1beb300d5b5358bdbbc11ff9693fa646c23d636eb4c1b9467d07
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/docs/auth/router-guards.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
karma.conf.jshttps://github.com/angular/angularfire/pull/2016/files#diff-25bdb46a5428d318648ec9eb46a99c0268d8c96b672c46e2247a685bc3e384fb
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/karma.conf.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
https://github.com/angular/angularfire/pull/2016/files#diff-25bdb46a5428d318648ec9eb46a99c0268d8c96b672c46e2247a685bc3e384fb
https://github.com/angular/angularfire/pull/2016/files#diff-25bdb46a5428d318648ec9eb46a99c0268d8c96b672c46e2247a685bc3e384fb
package.jsonhttps://github.com/angular/angularfire/pull/2016/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
https://github.com/angular/angularfire/pull/2016/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/angular/angularfire/pull/2016/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
src/auth-guard/auth-guard.module.tshttps://github.com/angular/angularfire/pull/2016/files#diff-6818ae9c6ef0e2e4ca09663d1e5e8034f3cf5ca949a5f3a2038a61a64346660e
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/auth-guard.module.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
src/auth-guard/auth-guard.spec.tshttps://github.com/angular/angularfire/pull/2016/files#diff-89f188e45e67dcc16b7de9d4fef496efe24c1cd8fa3bb3f383b2e539886d60f0
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/auth-guard.spec.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
jhuleatthttps://github.com/jhuleatt
May 21, 2019https://github.com/angular/angularfire/pull/2016/files#r286251033
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
here's a StackOverflow answerhttps://stackoverflow.com/a/53881037/4816918
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
jhuleatthttps://github.com/jhuleatt
May 21, 2019https://github.com/angular/angularfire/pull/2016/files#r286252458
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
jamesdanielshttps://github.com/jamesdaniels
May 23, 2019https://github.com/angular/angularfire/pull/2016/files#r286732776
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
src/auth-guard/auth-guard.tshttps://github.com/angular/angularfire/pull/2016/files#diff-6689c33566517a63cf51bfbe75a532786714ea44b9f7b2bc29f18bc39dddbd66
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/auth-guard.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
src/auth-guard/index.spec.tshttps://github.com/angular/angularfire/pull/2016/files#diff-1ffc15f1e173cf57aeaf398c36c1ca393bbcb038710e51ce3bc773e958d38f7b
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/index.spec.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
src/auth-guard/index.tshttps://github.com/angular/angularfire/pull/2016/files#diff-88bc0375efbdc32c663012e97d1d422c219c90ffa9d9f198d241ae4fa9376513
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/index.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
src/auth-guard/package.jsonhttps://github.com/angular/angularfire/pull/2016/files#diff-552494937c89f5d011cf6d02202b9c75db1dd1bf343a8829b1cb2ccf22f4c6c9
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
src/auth-guard/public_api.tshttps://github.com/angular/angularfire/pull/2016/files#diff-f7fcb51d970466f883524c4942d32d3241bfc1cd988ed49a3c8038a3a9c325b4
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/public_api.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
src/auth-guard/test-config.tshttps://github.com/angular/angularfire/pull/2016/files#diff-e40f577c66bb308117a113b7e0af8f4cef27b19dfe8cb8c8f4ffbba1b77e781b
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/test-config.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
src/auth-guard/tsconfig-build.jsonhttps://github.com/angular/angularfire/pull/2016/files#diff-dbee37de7acdec8bd433f244d8d4ea3d9b91d99beeaac85e922d85be45c9153c
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/tsconfig-build.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
src/auth-guard/tsconfig-esm.jsonhttps://github.com/angular/angularfire/pull/2016/files#diff-3ca9d31229c02f9252846a062ffd919f0cb191f78e7bb005dc7dbb7a12d93061
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/tsconfig-esm.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
src/auth-guard/tsconfig-test.jsonhttps://github.com/angular/angularfire/pull/2016/files#diff-f34bc4f68fb183148578ac20f04db7bc2e2d44e07a1571e39dab18536ffbab43
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/auth-guard/tsconfig-test.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
src/root.spec.jshttps://github.com/angular/angularfire/pull/2016/files#diff-49327d3e995e3cbb641650241df8ac5317e93fa34b4e31acc8b62f35b9ce3cb2
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/root.spec.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
https://github.com/angular/angularfire/pull/2016/files#diff-49327d3e995e3cbb641650241df8ac5317e93fa34b4e31acc8b62f35b9ce3cb2
src/tsconfig.jsonhttps://github.com/angular/angularfire/pull/2016/files#diff-95914b3c221e1dbba96119f8305771d272ba5b18e9ea2549ad32dfd931cf0289
View file https://github.com/angular/angularfire/blob/1335cb42ea4afbee89820937b743c4a7cefa1fcf/src/tsconfig.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/angular/angularfire/pull/2016/{{ revealButtonHref }}
https://github.com/angular/angularfire/pull/2016/files#diff-95914b3c221e1dbba96119f8305771d272ba5b18e9ea2549ad32dfd931cf0289
https://github.com/angular/angularfire/pull/2016/files#diff-95914b3c221e1dbba96119f8305771d272ba5b18e9ea2549ad32dfd931cf0289
Please reload this pagehttps://github.com/angular/angularfire/pull/2016/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.