Commit 337116f
authored
feat(app-check): Support Firebase AppCheck (#2940)
* Adding `@angular/fire/app-check`
* Right now AppCheck doesn't "allow" you to set the debug token global right before initialization as it's inspected as a side-effect. I devised a hack that wins the race. Downside here is that Angular hasn't been initialized yet, so in order to tell if Angular is in devmode I'm looking up global variables, which are subject to behavior changes. Request has been submitted to the JS SDK team..
* Flushing out the samples a bit more, added appcheck
* Changing the tsconfig path resolution so it doesn't have to be exhaustive1 parent 5ba20c7 commit 337116f
File tree
48 files changed
+411
-83
lines changed- samples
- advanced
- src
- app
- app-check
- auth
- database
- firestore
- functions
- home
- messaging
- remote-config
- environments
- compat/src
- app
- environments
- modular/src
- app
- app-check
- auth
- database
- firestore
- functions
- home
- messaging
- remote-config
- environments
- src
- app-check
- auth
- compat
- auth
- database
- firestore
- functions
- storage
- database
- firestore
- functions
- storage
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+411
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments