skiptools / skiptools/skip-notify

Remove dependency on Firebase Messaging

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
Dominant language
Swift
Stars
6
Forks
2
Avg merge
3h 31m
Merged PRs (30d)
2

Description

Currently, we depend on Firebase Messaging for handling push notifications: https://github.com/skiptools/skip-notify/blob/3ad44e165defe435cf6d618d9fe985d76ea40e02/Sources/SkipNotify/Skip/skip.yml#L24C28-L24C66

        - 'implementation("com.google.firebase:firebase-messaging")'

But this dependency could be removed if we instead interface directly with the "com.google.android.gms" service on the device (if present), like was done at https://github.com/christianrowlands/ninja-chat/commit/1abb22b542343642aacb4f7bd82f0bb2bc380ea4

This opens the possibility of supporting devices that do not have Google Mobile Services available (AOSP builds, Chinese ROMs and other non-Android Certified devices, etc.), as well as enabling flexible support for multiple notification services (as discussed in https://github.com/skiptools/skip-notify/issues/2).

Contributor guide

Open the contributing guide

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 inspecting Sources/SkipNotify/Skip/skip.yml at the cited dependency line and reading the referenced ninja-chat commit. Trace how push notifications are currently wired and identify the device service boundary described in the issue. Done means Firebase Messaging is no longer required while push support remains functional and the design can accommodate non-GMS services.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, firebase, swift
Domain
mobile-dev
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.