aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Public/FIRApp.h
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-03-21 12:01:03 -0400
committerGravatar GitHub <noreply@github.com>2018-03-21 12:01:03 -0400
commit7854c5164b4440201514b5ab0d90554dd94e9455 (patch)
treeb348fb1e20a78a1a6ba76ab66b6c9020d948ff97 /Firebase/Core/Public/FIRApp.h
parent51ffae2650e35ee63a313d6fd5ed558024a72317 (diff)
Add file I/O usage to Core documentation. (#959)
* Add file I/O usage to documentation. * Update defaultOptions message. * Fix grammatical error.
Diffstat (limited to 'Firebase/Core/Public/FIRApp.h')
-rw-r--r--Firebase/Core/Public/FIRApp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firebase/Core/Public/FIRApp.h b/Firebase/Core/Public/FIRApp.h
index e0d852b..9610455 100644
--- a/Firebase/Core/Public/FIRApp.h
+++ b/Firebase/Core/Public/FIRApp.h
@@ -52,7 +52,8 @@ NS_SWIFT_NAME(FirebaseApp)
/**
* Configures a default Firebase app. Raises an exception if any configuration step fails. The
* default app is named "__FIRAPP_DEFAULT". This method should be called after the app is launched
- * and before using Firebase services. This method is thread safe.
+ * and before using Firebase services. This method is thread safe and contains synchronous file I/O
+ * (reading GoogleService-Info.plist from disk).
*/
+ (void)configure;