File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
FirebaseFunctions/Sources/Public/FirebaseFunctions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ NS_SWIFT_NAME(HTTPSCallable)
47
47
* Executes this Callable HTTPS trigger asynchronously without any parameters.
48
48
*
49
49
* The request to the Cloud Functions backend made by this method automatically includes a
50
- * Firebase Instance ID token to identify the app instance. If a user is logged in with Firebase
50
+ * FCM token to identify the app instance. If a user is logged in with Firebase
51
51
* Auth, an auth ID token for the user is also automatically included.
52
52
*
53
- * Firebase Instance ID sends data to the Firebase backend periodically to collect information
54
- * regarding the app instance. To stop this, see `[FIRInstanceID deleteIDWithHandler:] `. It
55
- * resumes with a new Instance ID the next time you call this method.
53
+ * Firebase Cloud Messaging sends data to the Firebase backend periodically to collect information
54
+ * regarding the app instance. To stop this, see `Messaging.deleteData() `. It
55
+ * resumes with a new FCM Token the next time you call this method.
56
56
*
57
57
* @param completion The block to call when the HTTPS request has completed.
58
58
*/
You can’t perform that action at this time.
0 commit comments