We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f71eed commit 8413368Copy full SHA for 8413368
src/fpnv/index.ts
@@ -1,3 +1,9 @@
1
+/**
2
+ * Firebase Phone Number Verification.
3
+ *
4
+ * @packageDocumentation
5
+ */
6
+
7
/*!
8
* @license
9
* Copyright 2025 Google LLC
@@ -15,16 +21,21 @@
15
21
* limitations under the License.
16
22
*/
17
23
18
-/**
19
- * Firebase Phone Number Verification.
20
- *
- * @packageDocumentation
- */
-
24
import { App, getApp } from '../app';
25
import { FirebaseApp } from '../app/firebase-app';
26
import { Fpnv } from './fpnv';
27
28
+export {
29
+ Fpnv
30
+} from './fpnv';
31
32
33
+ FpnvToken,
34
+ FirebasePnvError,
35
+ FpnvErrorCode,
36
+ ErrorInfo
37
+} from './fpnv-api'
38
39
/**
40
* Gets the {@link Fpnv} service for the default app or a
41
* given app.
0 commit comments