Skip to content
Prev Previous commit
Next Next commit
fix: Minor update to API doc comment
  • Loading branch information
hiranya911 committed Mar 18, 2021
commit 54ed99e3b99d497e99a171b6c9747cdbca6c5a29
2 changes: 1 addition & 1 deletion src/instance-id/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { app } from '../firebase-namespace-api';
*```
*
* This API is deprecated. Developers are advised to use the `admin.installations()`
* API to delete their instance IDs and other Firebase installation IDs.
* API to delete their instance IDs and Firebase installation IDs.
*
* @param app Optional app whose `InstanceId` service to
* return. If not provided, the default `InstanceId` service will be
Expand Down