[types] Export app, auth, database and firestore types

This commit is contained in:
Chris Bianca
2018-02-14 13:00:19 +00:00
parent 1199b2bb33
commit 4e81527246
34 changed files with 246 additions and 210 deletions

View File

@@ -6,7 +6,7 @@ import { getLogger } from '../../utils/log';
import ModuleBase from '../../utils/ModuleBase';
import { getNativeModule } from '../../utils/native';
import type App from '../core/firebase-app';
import type App from '../core/app';
type NativeValue = {
stringValue?: string,