-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app-check, activate): correctly check activate parameters
previously, the required string argument was not validated, and the optional boolean argument was not supplied to native, causing an android native crash if not supplied omitting the string now correctly throws an error, and omitting the token refresh boolean will default correctly to app check token refresh as configured in firebase.json, app-wide data collection if app check does not have a config, and the default true if there is no config Fixes #5981 - thanks to @rawatnaresh for catching this!
- Loading branch information
Showing
2 changed files
with
39 additions
and
2 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
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