Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Jul 1, 2020
2 parents 3a82fcf + 0c8b011 commit b2613bd
Show file tree
Hide file tree
Showing 59 changed files with 16,428 additions and 131 deletions.
16 changes: 16 additions & 0 deletions .changeset/brave-lies-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@firebase/analytics": patch
"@firebase/app": patch
"@firebase/auth": patch
"@firebase/component": patch
"@firebase/database": patch
"firebase": patch
"@firebase/firestore": patch
"@firebase/functions": patch
"@firebase/installations": patch
"@firebase/logger": patch
"@firebase/messaging": patch
"@firebase/performance": patch
---

Update dependency typescript to v3.9.5
2 changes: 2 additions & 0 deletions .changeset/plenty-maps-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
6 changes: 6 additions & 0 deletions .changeset/shy-forks-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"firebase": minor
"@firebase/firestore": minor
---

Re-adding the ReactNative bundle, which allows Firestore to be used without `btoa`/`atob` Polyfills.
2 changes: 2 additions & 0 deletions .changeset/twelve-spiders-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion integration/firebase-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"firebase": "7.15.5",
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"karma-spec-reporter": "0.0.32",
"mocha": "7.1.2",
"ts-loader": "6.2.2",
"typescript": "3.8.3",
"typescript": "3.9.5",
"webpack": "4.43.0",
"webpack-stream": "5.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"karma-typescript": "5.0.2",
"mocha": "7.1.2",
"npm-run-all": "4.1.5",
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"ts-node": "8.10.1",
"tslint": "6.1.2",
"typedoc": "0.16.11",
"typescript": "3.8.3",
"typescript": "3.9.5",
"watch": "1.0.2",
"webpack": "4.43.0",
"yargs": "15.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/app-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-json": "4.0.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.27.0",
"typescript": "3.8.3"
"typescript": "3.9.5"
},
"repository": {
"directory": "packages-exp/app-exp",
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/app-types-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages-exp/firebase-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"gulp": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-concat": "2.6.1",
"typescript": "3.7.5"
"typescript": "3.9.5"
},
"components": [
"app",
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/functions-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@firebase/app-exp": "0.0.800",
"rollup": "2.7.6",
"rollup-plugin-typescript2": "0.27.0",
"typescript": "3.8.3"
"typescript": "3.9.5"
},
"repository": {
"directory": "packages/functions",
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/functions-types-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/analytics-interop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/analytics-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-typescript2": "0.27.0",
"rollup-plugin-uglify": "6.0.4",
"typescript": "3.8.3"
"typescript": "3.9.5"
},
"repository": {
"directory": "packages/analytics",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"rollup-plugin-json": "4.0.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.27.0",
"typescript": "3.8.3"
"typescript": "3.9.5"
},
"repository": {
"directory": "packages/app",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-interop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/auth-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"rollup": "2.7.6",
"rollup-plugin-typescript2": "0.27.0",
"typescript": "3.8.3"
"typescript": "3.9.5"
},
"repository": {
"directory": "packages/component",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@firebase/app-types": "0.6.1",
"rollup": "2.7.6",
"rollup-plugin-typescript2": "0.27.0",
"typescript": "3.8.3"
"typescript": "3.9.5"
},
"repository": {
"directory": "packages/database",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"rollup-plugin-terser": "5.3.0",
"rollup-plugin-typescript2": "0.27.0",
"rollup-plugin-uglify": "6.0.4",
"typescript": "3.8.3"
"typescript": "3.9.5"
},
"typings": "index.d.ts",
"components": [
Expand Down
1 change: 1 addition & 0 deletions packages/firebase/src/index.rn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import '../database';
// TODO(b/158625454): Storage doesn't actually work by default in RN (it uses
// `atob`). We should provide a RN build that works out of the box.
import '../storage';
import '../firestore';

firebase.registerVersion(name, version, 'rn');

Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}
1 change: 1 addition & 0 deletions packages/firestore/exp/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export function waitForPendingWrites(
export function enableNetwork(firestore: FirebaseFirestore): Promise<void>;
export function disableNetwork(firestore: FirebaseFirestore): Promise<void>;

// TODO(firestoreexp): Add experimentalForceOwningTab support
export function enableIndexedDbPersistence(
firestore: FirebaseFirestore
): Promise<void>;
Expand Down
12 changes: 11 additions & 1 deletion packages/firestore/exp/index.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,22 @@ import { Firestore } from './src/api/database';
export { FieldPath, documentId } from '../lite/src/api/field_path';

export {
Firestore,
Firestore as FirebaseFirestore,
initializeFirestore,
getFirestore,
enableIndexedDbPersistence,
enableMultiTabIndexedDbPersistence,
clearIndexedDbPersistence,
waitForPendingWrites,
disableNetwork,
enableNetwork,
terminate
} from './src/api/database';

export {
DocumentSnapshot,
QueryDocumentSnapshot,
QuerySnapshot,
snapshotEqual
} from './src/api/snapshot';

Expand All @@ -53,6 +60,9 @@ export {
getDoc,
getDocFromCache,
getDocFromServer,
getQuery,
getQueryFromCache,
getQueryFromServer,
onSnapshot,
onSnapshotsInSync,
setDoc,
Expand Down
Loading

0 comments on commit b2613bd

Please sign in to comment.