Description
Having a notification that is functional is one thing to implement. Transferring the correct data from the remote and having them inside of the app as translated values and handling navigation for each notification is another thing, which will make the application look more professional.
Things to Consider
When the user receives a notifications it's likely that the user hasn't opened it in a long time or that the app hasn't been opened at all. Use cases vary, as the notifications want to be shown directly. Some of them are:
- The user might have logged out
- The user might not have the record on their local list
- The invitation/record might have been invoked or deleted
Test these things out whenever the base is done.
Description
Having a notification that is functional is one thing to implement. Transferring the correct data from the remote and having them inside of the app as translated values and handling navigation for each notification is another thing, which will make the application look more professional.
Things to Consider
When the user receives a notifications it's likely that the user hasn't opened it in a long time or that the app hasn't been opened at all. Use cases vary, as the notifications want to be shown directly. Some of them are:
Test these things out whenever the base is done.