-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Remove IID] Move some token unit tests from IID to Messaging #7294
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
Conversation
Generated by 🚫 Danger |
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
| #import "FirebaseMessaging/Sources/FIRMessagingUtilities.h" | ||
| #import "FirebaseMessaging/Sources/NSError+FIRMessaging.h" | ||
| #import "FirebaseMessaging/Sources/Token/FIRMessagingAuthKeyChain.h" | ||
| #import "FirebaseMessaging/Sources/Token/FIRMessagingAuthKeychain.h" |
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.
I'm curious if using GULKeychainUtils instead of FIRMessagingAuthKeychain may save some extra code and tests?
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.
Good call. I will take a look at.
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.
Let me know if you need any help with that.
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.
yeah maybe we should work on separate PR. Feel free to checkin in chen/fm-master while I keep adding more unit tests.
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.
sure
…e the latest setup from master
Moving a few unit tests from InstanceID to Messaging after the refactor.
Simplify some init methods as there's no need to inject some classes as they can be initialized inside.
Also since we updated clang-format so there are a few nonmessaging methods are formatted in the branch.