Skip to content
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

[Snyk] Upgrade firebase-functions from 0.5.9 to 0.9.1 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade firebase-functions from 0.5.9 to 0.9.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 15 versions ahead of your current version.
  • The recommended version was released 4 years ago, on 2018-03-22.
Release notes
Package name: firebase-functions
  • 0.9.1 - 2018-03-22
    • Fixed bug where HTTPS callable function will reject all requests with an auth token if the function has not called firebase.initializeApp.
    • Corrected type signature for firestore.DeltaDocumentSnapshot.
  • 0.9.0 - 2018-03-20
    • Adds HTTPS Callable Functions, a kind of HTTPS trigger that can be called from a Firebase client SDK. Visit https://firebase.google.com/docs/functions/callable to learn more.
  • 0.8.2 - 2018-03-13
    • Updated firebase-admin peer dependency to v5.10.0.
    • Fix bug where if there's a leading slash in the path provided to a database function, it turns into 2 slashes.
    • Warn when GCLOUD_PROJECT environment variable was not set in a unit test.
  • 0.8.1 - 2018-01-17
    • Updated firebase-admin peer dependency to v5.8.1
  • 0.8.0 - 2018-01-03
    • firebase-admin peer dependency is now v5.6.0. Must update firebase-admin version inside of your functions directory's package.json and re-install locally.
    • For Firestore events where no previous data exists, event.data.previous is no longer null, it is always a Firebase DocumentSnapshot. event.data.previous.exists will be false if there is no previous data. (This change was previously released in v0.7.4, and reverted in v0.7.5.)
  • 0.7.5 - 2017-12-20
    • Reverts change which causes the error "Cannot decode type from Firestore Value" if firebase-admin peer dependency not met.
  • 0.7.4 - 2017-12-18
    • For Firestore events where no previous data exists, event.data.previous is no longer null, it is always a Firebase DocumentSnapshot. event.data.previous.exists will be false if there is no previous data.
    • Fixed regression where DeltaSnapshot constructor parameter ordering was changed.
    • The typing of functions.config() now guarantees the existence of functions.config().firebase.
  • 0.7.3 - 2017-11-10
    • Added support for specifying which of the project's database instances should trigger a function. If not specified, function will be triggered by the default database. E.g. exports.myFunction = functions.database.instance('my-app-db-2').ref('/foo/bar').onCreate(handler)
  • 0.7.2 - 2017-10-31
    • Added support for Crashlytics-triggered functions. To get access to Crashlytics Beta, go to http://g.co/firebase/opt-in.
    • Fixed bug where date values in Firestore became "Invalid date" if milliseconds were not specified.
  • 0.7.1 - 2017-10-10
    • Updated firebase-admin peer dependency to v5.4.2. This version has important updates for Firestore.
  • 0.7.0 - 2017-10-03
  • 0.6.3 - 2017-08-30
  • 0.6.2 - 2017-08-17
  • 0.6.1 - 2017-07-26
  • 0.6.0 - 2017-07-19
  • 0.5.9 - 2017-07-07
from firebase-functions GitHub release notes
Commit messages
Package name: firebase-functions

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant