Skip to content

Commit 60ab3ec

Browse files
committed
refine public documentations
1 parent 563aab7 commit 60ab3ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages-exp/installations-exp/src/api/get-installations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { FirebaseInstallations } from '@firebase/installations-types-exp';
2020
import { _getProvider } from '@firebase/app-exp';
2121

2222
/**
23-
* Returns a Firebase Installation instance for the given app.
23+
* Returns an instance of FirebaseInstallations associated with the given FirebaseApp instance.
2424
*
2525
* @public
2626
*/

packages-exp/installations-exp/src/api/get-token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
import { FirebaseInstallations } from '@firebase/installations-types-exp';
2525

2626
/**
27-
* Returns an authentication token for the current Firebase Installation.
27+
* Returns an Installation auth token, identifying the current Firebase Installation.
2828
*
2929
* @public
3030
*/

packages-exp/installations-exp/src/api/on-id-change.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { FirebaseInstallationsImpl } from '../interfaces/installation-impl';
2020
import { FirebaseInstallations } from '@firebase/installations-types-exp';
2121

2222
/**
23-
* An user defined callback function that takes action when Installations ID changes.
23+
* An user defined callback function that gets called when Installations ID changes.
2424
*
2525
* @public
2626
*/

packages-exp/installations-types-exp/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* A Firebase Installation instance which is a required argument for all Firebase Installations operations.
19+
* Public interface of the FirebaseInstallations SDK.
2020
*
2121
* @public
2222
*/

0 commit comments

Comments
 (0)