Sign in to start
Firebase SDK Loading…
Add a title, content and image. Images are resized automatically on load by the Function "resizeThingImages".
Generate a PDF containing all the things. The new PDF will be uploaded to Storage under "users/export/{userid}" after Function call execution>
Delete storage resources (under "users/content/{userid}") not referenced anymore by things; this should be executed periodically by scheduled Functions, but it costs:
Select timeout ms and send request (https method call). The function will wait according to that timeout and will return a message in the promise (shown below). With this approach the client must be online, despite the asynchronous approach.
...
Schedule a "to upper case" job and receive a push notification. When you logged by this device, a token has been associated to your account (storage "fcmTokens/{userid}"). At the end of the execution of this job, all the logged-in devices associated with your account will be notified. When you logout the token is removed from the server.
Powered by ianovir.com