Skip to content

Commit fb0a2e0

Browse files
authored
Update Functions public API docs for FCM Token instead of IID (#8981)
1 parent cdefa53 commit fb0a2e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FirebaseFunctions/Sources/Public/FirebaseFunctions/FIRHTTPSCallable.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ NS_SWIFT_NAME(HTTPSCallable)
4747
* Executes this Callable HTTPS trigger asynchronously without any parameters.
4848
*
4949
* 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
5151
* Auth, an auth ID token for the user is also automatically included.
5252
*
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.
5656
*
5757
* @param completion The block to call when the HTTPS request has completed.
5858
*/

0 commit comments

Comments
 (0)