-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add comments to each FIRLoggerLevel value. #6
Merged
Conversation
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
Docs aren't being generated properly for FIRLoggerLevel because it's missing the proper documentation.
paulb777
approved these changes
May 16, 2017
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
paulb777
added a commit
that referenced
this pull request
May 25, 2017
paulb777
added a commit
that referenced
this pull request
May 25, 2017
* Initial commit * Initial * Add three files in repo despite .gitignore * Update README with context, contributing, and license sections (#3) * Updating READMEs (#5) * Add comments to each FIRLoggerLevel value. (#6) Docs aren't being generated properly for FIRLoggerLevel because it's missing the proper documentation. * Update travis for renamed AllUnitTests scheme (#8) * Remove double commented lines. (#11) * Update scheme setting in test.sh (#12) * Update travis xcode version to 8.3 (#13) * Add CI badge to README (#14) * Fix typos (#15) * Adding cache to Travis builds (#17) * Enable direct channel in the sample app (#7) This shows the simple property, shouldEstablishDirectChannel, to open a new channel, and how to show incoming messages with the iOS 10 delegate handler * Auth jazzy fixes and Swift sample updates (#19) * Removes the '@c' that would cause Jazzy issue down the road. * Update travis test to retry if error is 65 (#20) * Fixes ApiTests and separates its credentials from Sample (#25) * Log an error if for some reason we can't add a method to a class (#24) Maybe it was already swizzled, or some other issue. Either way, it would be good to log this error, as it might help us / developers diagnose an issue. * Update FIRPhoneAuthProvider reference docs (#27) Adds reference docs error documentation to FIRPhoneAuthProvider. Also fixes small typo in FIRAuthErrorUtils. * Clean up logging and configuration in Messaging (#28) * Remove mostly unused code from FIRMessagingLogger This cleans up some left-over old logging logic from before we moved to FIRLogger in Firebase Core. We no longer need this logging functionality. * Delete FIRMessagingConfig.{h,m} We no longer need a config class to store an unused log level filter (that filter is no longer needed).
minafarid
pushed a commit
to minafarid/firebase-ios-sdk
that referenced
this pull request
Jun 6, 2018
Docs aren't being generated properly for FIRLoggerLevel because it's missing the proper documentation.
This was referenced Aug 27, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Docs aren't being generated properly for FIRLoggerLevel because
it's missing the proper documentation.