Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 5, 2026

Pull Request

Issue

Parse-server 9.1.1 requires Firebase service account when Android/FCM push config is present. Integration tests failed during server initialization with: Error: Firebase service account is required for Android/FCM push notifications

Approach

Removed unused push notification configuration from integration test helper (integration/test/helper.js). The config served no test purpose and only contained placeholder values that triggered the new validation.

// Removed from defaultConfiguration:
push: {
  android: {
    senderId: 'yolo',
    apiKey: 'yolo',
  },
},

Tasks

  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

dependabot bot and others added 2 commits January 5, 2026 15:45
Bumps [parse-server](https://github.com/parse-community/parse-server) from 8.6.0 to 9.1.1.
- [Release notes](https://github.com/parse-community/parse-server/releases)
- [Changelog](https://github.com/parse-community/parse-server/blob/alpha/CHANGELOG.md)
- [Commits](parse-community/parse-server@8.6.0...9.1.1)

---
updated-dependencies:
- dependency-name: parse-server
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@coderabbitai
Copy link

coderabbitai bot commented Jan 5, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@parseplatformorg
Copy link
Contributor

parseplatformorg commented Jan 5, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

… 9.1.1

Co-authored-by: mtrezza <5673677+mtrezza@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 5, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • downloads.mongodb.org
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/Parse-SDK-JS/Parse-SDK-JS/node_modules/.bin/mongodb-REDACTED start -- --port 27017 -5 _modules/.bin/node (dns block)
  • googlechromelabs.github.io
    • Triggering command: /usr/local/bin/node node install.mjs (dns block)
  • https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.169/linux64/chrome-headless-shell-linux64.zip
    • Triggering command: /usr/local/bin/node node install.mjs (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Refactor bump parse-server from 8.6.0 to 9.1.1 fix: Remove push config causing parse-server 9.1.1 compatibility issue Jan 5, 2026
Copilot AI requested a review from mtrezza January 5, 2026 16:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/parse-server-9.1.1 branch from babbd7a to 8c2bbe4 Compare January 6, 2026 14:20
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.

3 participants