-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app-check): adds all web providers as an option (#812)
* feat(app-check): adds all web providers as an option * refactor(app-check): throws error when accessing missing option * Update .changeset/chilly-squids-hammer.md Co-authored-by: Robin Genz <[email protected]> * Update packages/app-check/src/definitions.ts Co-authored-by: Robin Genz <[email protected]> * refactor(app-check): adds `Provider` enum * feat(app-check): allows user to define provider directly * fix(app-check): fixes linting errors * Update packages/app-check/src/web.ts Co-authored-by: Robin Genz <[email protected]> * refactor(app-check): adds review suggestions --------- Co-authored-by: Robin Genz <[email protected]>
- Loading branch information
Showing
4 changed files
with
48 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@capacitor-firebase/app-check': minor | ||
--- | ||
|
||
feat(web): support all app check providers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters