You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the notifications are handled slightly differently than they are in the backend. For example, the backend Firestore stores the notifications in a "messages" collection.
Solution
Refactor the client-side notifications to reflect the backend representation. Migrate functionality such as marking a notification complete to a cloud function.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Currently, the notifications are handled slightly differently than they are in the backend. For example, the backend Firestore stores the notifications in a "messages" collection.
Solution
Refactor the client-side notifications to reflect the backend representation. Migrate functionality such as marking a notification complete to a cloud function.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: