aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-02-08 11:35:48 -0500
committerGravatar Gil <mcg@google.com>2018-02-08 08:35:48 -0800
commitecef4aa308c213c000d115123824d55482ffbdad (patch)
tree80f02f613ee44fc5c29b8286ee2471cbcf787719
parentff3b5ca1219e748ce31d6bc68bf06a338cd06478 (diff)
Update deprecation message for Firestore. (#758)
* Update FIRFirestore.h * Provide full command to enable debugging.
-rw-r--r--Firestore/Source/Public/FIRFirestore.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Firestore/Source/Public/FIRFirestore.h b/Firestore/Source/Public/FIRFirestore.h
index 4c85aba..5e2b40f 100644
--- a/Firestore/Source/Public/FIRFirestore.h
+++ b/Firestore/Source/Public/FIRFirestore.h
@@ -136,8 +136,9 @@ NS_SWIFT_NAME(Firestore)
#pragma mark - Logging
/** Enables or disables logging from the Firestore client. */
-+ (void)enableLogging:(BOOL)logging
- DEPRECATED_MSG_ATTRIBUTE("Use FIRSetLoggerLevel(FIRLoggerLevelDebug) to enable logging");
++ (void)enableLogging:(BOOL)logging DEPRECATED_MSG_ATTRIBUTE(
+ "Use FirebaseConfiguration.shared.setLoggerLevel(.debug) to enable "
+ "logging.");
#pragma mark - Network