parse-community / parse-community/parse-server-push-adapter
Multiple firebase service accounts for FCM
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 96
- Forks
- 108
- PR merge metrics
- No merged PRs in 30d
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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