-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded to latest dependencies and firebase-functions 2.0.0
- Loading branch information
1 parent
1b0b3b9
commit ce299a5
Showing
9 changed files
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
analyzer: | ||
strong-mode: true | ||
exclude: | ||
- functions/build/** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: firebase_functions_interop | ||
description: JS interop library which allows writing Firebase Cloud Functions in Dart. | ||
version: 1.0.0-dev.9.0 | ||
version: 1.0.0-dev.10.0 | ||
homepage: https://www.github.com/pulyaevskiy/firebase-functions-interop | ||
author: Anatoly Pulyaevskiy <[email protected]> | ||
|
||
|
@@ -13,7 +13,7 @@ dependencies: | |
node_interop: ^1.0.0-dev | ||
node_io: ^1.0.0-dev | ||
node_http: ^1.0.0-dev | ||
firebase_admin_interop: ^1.0.0-dev | ||
firebase_admin_interop: ^1.0.0-dev.20.0 | ||
|
||
dev_dependencies: | ||
test: ^1.0.0 |