only one account per fcm_token

This commit is contained in:
2018-11-12 15:19:10 +01:00
parent faf5207478
commit 3f18fdd35a
7 changed files with 32 additions and 11 deletions

View File

@@ -100,6 +100,10 @@
<td data-label="Statuscode">403 (Forbidden)</td>
<td data-label="Explanation">The user has exceeded its daily quota - wait 24 hours or upgrade your account</td>
</tr>
<tr>
<td data-label="Statuscode">412 (Precondition Failed)</td>
<td data-label="Explanation">There is no device connected with this account - open the app and press the refresh button in the account tab</td>
</tr>
<tr>
<td data-label="Statuscode">500 (Internal Server Error)</td>
<td data-label="Explanation">There was an internal error while sending your data - try again later</td>