Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b36b6a7

Browse files
authoredSep 2, 2021
chore(release): 7.0.3 (#2915)
* Deploy server default is `bundleDependencies: true`, correct this when generating the functions package.json * `onMessage` callback should fire in the ng zone * Auth was wrapping exports it wasn't suppose to * Don't fail the deploy if there isn't an `index.html` file * Lazifying the sample * Cleaning up user-agent reporting * Marking the samples as autogenerated, to reduce noise * Committing the firebase/rxfire/base.ts files for easier readability * Version and changelog entry * Test cleanup and get storage emulator working
1 parent db76d50 commit b36b6a7

File tree

101 files changed

+2815
-1387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+2815
-1387
lines changed
 

‎.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
src/**/firebase.ts linguist-generated=true
2+
src/**/rxfire.ts linguist-generated=true
3+
src/compat/**/base.ts linguist-generated=true
4+
sample/**/* linguist-generated=true
5+
sample-compat/**/* linguist-generated=true

‎.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ api-*.json
2222
angularfire.tgz
2323
unpack.sh
2424
publish.sh
25-
26-
# auto-gen files
27-
src/compat/**/base.ts
28-
src/**/rxfire.ts
29-
src/**/firebase.ts
25+
.firebase

0 commit comments

Comments
 (0)
Please sign in to comment.