File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
installations-exp/src/api Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { FirebaseInstallations } from '@firebase/installations-types-exp';
20
20
import { _getProvider } from '@firebase/app-exp' ;
21
21
22
22
/**
23
- * Returns a Firebase Installation instance for the given app .
23
+ * Returns an instance of FirebaseInstallations associated with the given FirebaseApp instance .
24
24
*
25
25
* @public
26
26
*/
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import {
24
24
import { FirebaseInstallations } from '@firebase/installations-types-exp' ;
25
25
26
26
/**
27
- * Returns an authentication token for the current Firebase Installation.
27
+ * Returns an Installation auth token, identifying the current Firebase Installation.
28
28
*
29
29
* @public
30
30
*/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { FirebaseInstallationsImpl } from '../interfaces/installation-impl';
20
20
import { FirebaseInstallations } from '@firebase/installations-types-exp' ;
21
21
22
22
/**
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.
24
24
*
25
25
* @public
26
26
*/
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
/**
19
- * A Firebase Installation instance which is a required argument for all Firebase Installations operations .
19
+ * Public interface of the FirebaseInstallations SDK .
20
20
*
21
21
* @public
22
22
*/
You can’t perform that action at this time.
0 commit comments