From 0a76382b7f8363ce236fd8834eac5631c4fab450 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 14 Mar 2017 15:59:21 +0100 Subject: [PATCH] Obfuscate filenames better, double rate limits --- Using-the-API/Push-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/Push-notifications.md b/Using-the-API/Push-notifications.md index d98c883..fc373e7 100644 --- a/Using-the-API/Push-notifications.md +++ b/Using-the-API/Push-notifications.md @@ -1,4 +1,4 @@ Push notifications ================== -**Note: This push notification design turned out to not be fully operational on the side of Firebase. A different approach is in consideration** +See for an example of how to create push notifications for a mobile app. It involves using the Mastodon streaming API on behalf of the app's users, as a sort of proxy.