Add f7push v0.1: FCM device registry and push API for F7cloud.
Portable occ-based config, OCS endpoints for APK registration, notification relay, and server-side push dispatch.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<id>f7push</id>
|
||||
<name>F7 Push</name>
|
||||
<summary>Mobile push delivery for F7cloud accounts (Firebase)</summary>
|
||||
<description>Registers F7cloud APK devices and sends Firebase push notifications per user account. Portable across F7cloud servers via occ configuration.</description>
|
||||
<version>0.1.0</version>
|
||||
<licence>AGPL</licence>
|
||||
<author>F7cloud team</author>
|
||||
<namespace>F7Push</namespace>
|
||||
<category>tools</category>
|
||||
<dependencies>
|
||||
<f7cloud min-version="32" max-version="32"/>
|
||||
</dependencies>
|
||||
</info>
|
||||
Reference in New Issue
Block a user