-
Notifications
You must be signed in to change notification settings - Fork 1.7k
App Check: store App Attest artifact per key ID #8097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Check: store App Attest artifact per key ID #8097
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I added a few small comments
/// @return An artifact that is resolved with the artifact data passed into the method in case of | ||
/// success or is rejected with an error. | ||
- (FBLPromise<NSData *> *)setArtifact:(nullable NSData *)artifact; | ||
- (FBLPromise<NSData *> *)setArtifact:(nullable NSData *)artifact forKey:(NSString *)keyID; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the keyID have the nonnull
attribute that is specified in the method's implementation? Does adding it here give any more type/nullability safety? ... I was wondering about this and unsure
#no-changelog