aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <ryanwils@gmail.com>2017-05-26 14:47:19 -0400
committerGravatar GitHub <noreply@github.com>2017-05-26 14:47:19 -0400
commit7040a03eb07655e20e513da90b73f4bc7df4ad28 (patch)
treedbbdcc12880de22c742e69a076d307c19f705542
parentaf8b54f03c16f69c8192389777ab04dddd3550e6 (diff)
Update FIROptions initializer documentation (#36)
Be more explicit that the constructor is not a factory method.
-rw-r--r--Firebase/Core/FIROptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Core/FIROptions.h b/Firebase/Core/FIROptions.h
index 5bae59c..9b3e5ce 100644
--- a/Firebase/Core/FIROptions.h
+++ b/Firebase/Core/FIROptions.h
@@ -105,7 +105,7 @@ FIR_SWIFT_NAME(FirebaseOptions)
databaseURL:(NSString *)databaseURL
storageBucket:(NSString *)storageBucket
deepLinkURLScheme:(NSString *)deepLinkURLScheme
- DEPRECATED_MSG_ATTRIBUTE("Use `-[FIROptions initWithGoogleAppID:gcmSenderID:]` and "
+ DEPRECATED_MSG_ATTRIBUTE("Use `-[[FIROptions alloc] initWithGoogleAppID:gcmSenderID:]` and "
"properties instead.");
/**