Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ NS_SWIFT_NAME(HTTPSCallable)
* Executes this Callable HTTPS trigger asynchronously without any parameters.
*
* The request to the Cloud Functions backend made by this method automatically includes a
* Firebase Instance ID token to identify the app instance. If a user is logged in with Firebase
* FCM token to identify the app instance. If a user is logged in with Firebase
* Auth, an auth ID token for the user is also automatically included.
*
* Firebase Instance ID sends data to the Firebase backend periodically to collect information
* regarding the app instance. To stop this, see `[FIRInstanceID deleteIDWithHandler:]`. It
* resumes with a new Instance ID the next time you call this method.
* Firebase Cloud Messaging sends data to the Firebase backend periodically to collect information
* regarding the app instance. To stop this, see `Messaging.deleteData()`. It
* resumes with a new FCM Token the next time you call this method.
*
* @param completion The block to call when the HTTPS request has completed.
*/
Expand Down