parse-community / parse-community/parse-server-push-adapter

Multiple firebase service accounts for FCM

Open
#413 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:feature
Dominant language
JavaScript
Stars
96
Forks
108
PR merge metrics
No merged PRs in 30d

Description

New Feature / Enhancement Checklist
Current Limitation

Android FCM configuration only allows 1 application per parse instance

Feature / Enhancement Description

As for the iOS case, it would be useful to be able to define an array of multiple FCM accounts targeting different application ids (multiple service accounts).

Example Use Case

Use something like:
android: []
instead of:
android: {}

Alternatives / Workarounds

None.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how Android FCM configuration is parsed and compare it with the existing iOS support for multiple accounts. Define how an array of service accounts should map to application IDs, then verify that each configured Android application can send notifications without breaking the current single-account format.

Written by the indexing model from the issue text.

Assessment

Tech stack
firebase, javascript
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.