-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update firebase-tools to the latest version 🚀 #8
base: master
Are you sure you want to change the base?
Conversation
Update to this version instead 🚀 Release Notes for v5.0.1
|
Update to this version instead 🚀 Release Notes for v5.1.0
CommitsThe new version differs by 11 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v5.1.1
|
Update to this version instead 🚀 Release Notes for v6.0.0
CommitsThe new version differs by 8 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v6.0.1
CommitsThe new version differs by 53 commits.
There are 53 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v6.1.0
CommitsThe new version differs by 38 commits.
There are 38 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v6.1.1
CommitsThe new version differs by 8 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v6.1.2
CommitsThe new version differs by 7 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v6.2.0
CommitsThe new version differs by 19 commits.
There are 19 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v6.2.1
|
Update to this version instead 🚀 Release Notes for v6.2.2
|
Update to this version instead 🚀 Release Notes for v6.3.0
CommitsThe new version differs by 26 commits.
There are 26 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v6.4.0
CommitsThe new version differs by 17 commits.
There are 17 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v6.5.0
CommitsThe new version differs by 8 commits.
See the full diff |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The devDependency firebase-tools was updated from
4.2.1
to5.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v5.0.0
firebase functions:shell
. To trigger the emulated function, typemyCallableFunction({sample: 'data'}, {instanceIdToken: 'fakeToken'})
. Emulatingcontext.auth
is not supported. Please note that this is a breaking change, since the emulated callable function will no longer behave like an HTTP onRequest function, and cannot be invoked with methods such asmyCallableFunction.post()
firebase firestore:delete [path]
--token
flag now accepts access tokens in addition to refresh tokensUnhandledPromiseRejectionWarning
Commits
The new version differs by 18 commits.
77a03d1
[firebase-release] Updated CLI to 5.0.0
e517e02
Changelog for v5.0.0 (#932)
4d06585
update update-notifier (#927)
0a8d75b
Catch Hosting Cache Write Errors (#925)
f8e504d
Fix missing accumulator in deploy.js authz (#926)
b7412a9
Merge pull request #924 from firebase/bk-update-test-deps
1712a17
Refactor authz to check IAM permissions, reduce legacy infra dependence. (#922)
eefda95
update nyc
e528150
fixing profiler report test to actually error correctly and then repair the test
e5c3289
some updates for sinon - use createSandbox
455a43a
updating for chai and sinon
8188423
updating testing packages
05c3b72
Speed up recursive deletes (#917)
a5c312b
adding local emulation for callable functions, no auth (#919)
099b770
fix typo for querying labels (#916)
There are 18 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴