Skip to content

Commit

Permalink
Miscellaneous fixes for the exp release and reference doc generation (#…
Browse files Browse the repository at this point in the history
…4521)

* remove api extractor things for storage-types

* generate api json for Firestore reference doc generation

* fix firestore api report
  • Loading branch information
Feiyang1 committed Feb 25, 2021
1 parent d84e137 commit c632148
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 860 deletions.
2 changes: 1 addition & 1 deletion common/api-review/firestore-exp.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
```ts

import { FirebaseApp } from '@firebase/app-types-exp';
import { FirebaseApp } from '@firebase/app-exp';
import { LogLevelString as LogLevel } from '@firebase/logger';

// @public
Expand Down
2 changes: 1 addition & 1 deletion common/api-review/firestore-lite.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
```ts

import { FirebaseApp } from '@firebase/app-types-exp';
import { FirebaseApp } from '@firebase/app-exp';
import { LogLevelString as LogLevel } from '@firebase/logger';

// @public
Expand Down
Loading

0 comments on commit c632148

Please sign in to comment.