From 8bbc321b58eb717f4b90dc68bc3b52362ff8f74c Mon Sep 17 00:00:00 2001 From: jamshale Date: Wed, 6 Mar 2024 21:15:01 +0000 Subject: [PATCH] Adjust mermaid doc Signed-off-by: jamshale --- firebase_push_notifications/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/firebase_push_notifications/README.md b/firebase_push_notifications/README.md index eb13bac8e..a3a69eb3e 100644 --- a/firebase_push_notifications/README.md +++ b/firebase_push_notifications/README.md @@ -16,12 +16,12 @@ Mediator->>Mobile: No Note left of Mobile: Do Nothing Mediator->>Mobile: Yes Note left of Mobile: Open notification Permission Modal -Mobile->Mobile: User says "not now" +Mobile->>Mobile: User says "not now" Note left of Mobile: Close Modal and set user denied to true -Mobile->Mobile: User says "Allow" +Mobile->>Mobile: User says "Allow" Mobile->>Mediator: Send device token Note right of Mediator: Save device token for conenction -Mobile->Mobile: OS permissions popup +Mobile->>Mobile: OS permissions popup Note left of Mobile: Approve or deny OS level permission ``` @@ -35,13 +35,13 @@ participant Firebase Note left of Agent (Faber): Wants to send message to Mobile (Alice) Agent (Faber)->>Mediator: Message Mediator->>Mobile (Alice): Message -Mediator->Mediator: Receives Forwarding event in aca-py +Mediator->>Mediator: Receives Forwarding event in aca-py Note right of Mediator: Get device token for connection -Mediator->Mediator: token is blank or None +Mediator->>Mediator: token is blank or None Note right of Mediator: Do nothing -Mediator->Mediator: message sent withing 'n' minutes +Mediator->>Mediator: message sent withing 'n' minutes Note right of Mediator: Do nothing -Mediator->Mediator: Token exists +Mediator->>Mediator: Token exists Mediator->>Firebase: Request: Send OS notification to token Firebase->>Mobile (Alice): Sends OS notification ```